From d60b72b95e55d18b67b1583d8de4edbb1a9f1201 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Mon, 1 Aug 2022 08:20:35 +0000 Subject: [PATCH] Update Release_Notes_3.0.6 --- Release_Notes_3.0.6.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Release_Notes_3.0.6.md b/Release_Notes_3.0.6.md index c250eb3..aeb9127 100644 --- a/Release_Notes_3.0.6.md +++ b/Release_Notes_3.0.6.md @@ -34,33 +34,18 @@ There are two ways to obtain this release either through gitlab or a tarball in These release notes cover all changes between 3.0.6 (704c82c57414bcbf7d7b698605887fb515e5b427) and 3.0.6 (???) on [apparmor-3.0 branch](https://gitlab.com/apparmor/apparmor/tree/apparmor-3.0). -## Init - -## Library - ## Policy Compiler (a.k.a apparmor_parser) - fix LTO build ([MR:901](https://gitlab.com/apparmor/apparmor/-/merge_requests/901), [AABUG:214](https://gitlab.com/apparmor/apparmor/-/issues/214)) -## Utils - - ## Policy #### abstractions - exo-open: - Remove dbus deny rule ([MR:884](https://gitlab.com/apparmor/apparmor/-/merge_requests/884)) - -#### profiles - ## Tests - dirtest.sh: don't rely on apparmor_parser -N's output sort order to be deterministic ([MR:900](https://gitlab.com/apparmor/apparmor/-/merge_requests/900)) # Additional Note -There is a semantic change in the 4.8 kernel (commit -9f834ec18defc369d73ccf9e87a2790bfa05bf46) that affects apparmor policy -enforcement. Specifically it affects when the m permission bit is -checked for elf binary executables. Policy and tests within apparmor -2.12 and later have been updated to support running on pre 4.8 and 4.8+ kernels.