diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-02 15:29:34 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-02 15:29:34 -0400 |
| commit | 7784f3088f4cb0df1b8a35659d10a3bf71e1db1d (patch) | |
| tree | c1325e23bf9f6160b83d1f03ef90eee2e15606ed | |
| parent | 834af9738bb30d7772e191c66ea6e3d5b7373ac5 (diff) | |
backport upstream patch fixing a hole in SELinux W^X enforcement
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index fafee2b5..99cb5e31 100644 --- a/static/releases.html +++ b/static/releases.html @@ -881,6 +881,7 @@ <p>Changes since the 2024092900 release:</p> <ul> + <li>kernel (5.10, 5.15, 6.1, 6.6): backport upstream patch fixing a hole in SELinux W^X enforcement</li> <li>kernel (6.6): update to latest GKI LTS branch revision including update to 6.6.53</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/129.0.6668.81.0">version 129.0.6668.81.0</a></li> </ul> |
