This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
AppArmor 2.13.11 was released 2024-02-02.
Introduction
AppArmor 2.13.11 is a bug fix release of the user space components of the AppArmor security project. The kernel portion of the project is maintained and pushed separately.
This version of the userspace should work with all kernel versions from 2.6.15 and later (some earlier version of the kernel if they have the apparmor patches applied).
Obtaining the Release
There are two ways to obtain this release either through gitlab or a tarball in launchpad.
Important note: the gitlab release tarballs differ from the launchpad release tarballs. The launchpad release tarball has a couple processing steps already performed:
- libapparmor
autogen.sh
is already done, meaning distros only need to use ./configure in their build setup - the docs for everything but libapparmor have already been built
gitlab
Changes in this Release
These release notes cover all changes between 2.13.10 (tag v2.13.10) ) and 2.13.11 (tag v2.13.11) on the apparmor-2.13 branch.
Policy Compiler (a.k.a apparmor_parser)
- Fix subprofile name in profile serialization (MR:1127)
- Deprecation warning should not have been backported (MR:1129)
Policy
abstractions
- kde
- fonts
- nameservice
- Allow reading /etc/authselect/nsswitch.conf (MR:1119)
profiles
- profiles: remove @{etc_ro} variable which is not available on 2.13 (MR:1122)
Tests
- Fail iopl/ioperm with lockdown on the syscall and capabilities tests (MR:1063/MR:1064)
- Fix regression tests to run on kernels that only have network_v8 (MR:1120)
Tools
- Ignore ´//null-` peers in signal and ptrace events (MR:1107)
- Prevent ANSI terminal injection in aa-unconfined (MR:1142)