diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-26 03:51:51 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-26 03:51:51 -0400 |
| commit | 7a9d8e0ebeee2e92230049b8838a46d88db4f76e (patch) | |
| tree | bc23797244bf69743befb5d69970ca1232d11355 | |
| parent | dc03b567006515444cf6e9cd15c2efa4e2d0efd8 (diff) | |
clarify ioctl filtering
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 834fbc97..de5c6c35 100644 --- a/static/releases.html +++ b/static/releases.html @@ -542,7 +542,7 @@ <ul> <li>enable stamp configuration for microdroid kernel builds to set LOCALVERSION based on version control information as expected</li> <li>kernel (6.6): disable unused hibernation support</li> - <li>kernel (6.6): disable unused TIOCSTI ioctl (already blocked via standard Android ioctl filtering)</li> + <li>kernel (6.6): disable unused TIOCSTI ioctl (already blocked via standard Android SELinux ioctl filtering)</li> <li>kernel (6.6): disable unused cachestat system call</li> <li>kernel (6.6): enable random kmalloc caches for x86_64 and microdroid too, not only bare metal arm64</li> <li>kernel (6.6): enable full struct randomization for x86_64 and microdroid too, not only bare metal arm64</li> |
