2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

Update Release_Notes_3.0

John Johansen
2020-10-07 02:19:21 +00:00
parent 24d1b80114
commit f98f9ba9b4

@@ -41,6 +41,8 @@ The kernel portion of the project is maintained and pushed separately.
# Important Notes
- gitlab release tarballs: Differ from the launchpad release tarballs. The lauchpad release tarball has libapparmor ```autogen.sh``` already applied as part of its build, meaning distros only need to use ./configure in their build setup. Distros moving to the gitlab release tarballs will need to make sure ./autogen.sh is performed be doing ./configure as part of the build.
- Potentially breaking change: AppArmor will now issue warning about policy that does not specify a feature abi if that policy is not pinned to a specific feature abi. AppArmor will compile such policy using a default feature abi instead of the kernels abi. For more information see the [wiki](AppArmorpolicyfeaturesabi).
- Potentially breaking change: AppArmor no longer loads snapd policy by default. It is expected that snapd users are using the snapd unit file. If this is not the case distros will need to revert ```0164fd05 init: stop loading snap policy``` OR take advantage of systemd v246 early load of apparmor policy.