Update Release_Notes_3.1.4

Jon Tourville 2023-05-16 17:11:23 +00:00
parent dcc19e0a85
commit d38b983fc0

@ -31,22 +31,38 @@ There are two ways to obtain this release either through gitlab or a tarball in
# Changes in this Release
These release notes cover all changes between 3.1.3 (???) ) and 3.1.4 (???) on the [apparmor-3.1 branch](https://gitlab.com/apparmor/apparmor/tree/apparmor-3.1.
These release notes cover all changes between 3.1.3 (c8eefe44) ) and 3.1.4 (3cdeb140) on the [apparmor-3.1 branch](https://gitlab.com/apparmor/apparmor/tree/apparmor-3.1.
## Library
## Policy Compiler (a.k.a apparmor_parser)
- added missing kernel mount options ([MR:1005](https://gitlab.com/apparmor/apparmor/-/merge_requests/1005), [MR:1026](https://gitlab.com/apparmor/apparmor/-/merge_requests/1026))
- Fix mount rules encoding ([MR:333](https://gitlab.com/apparmor/apparmor/-/merge_requests/333))
- fix definitely and possibly lost memory leaks ([MR:992](https://gitlab.com/apparmor/apparmor/-/merge_requests/992))
## Utils
- Fix error when choosing named exec with plane profile names ([MR:1013](https://gitlab.com/apparmor/apparmor/-/merge_requests/1013), [AABUG:314](https://gitlab.com/apparmor/apparmor/-/issues/314))
- Ignore 'x' in mixed file mode log events ([MR:1001](https://gitlab.com/apparmor/apparmor/-/merge_requests/1001), [AABUG:303](https://gitlab.com/apparmor/apparmor/-/issues/303))
## Policy
#### abstractions
- several fixes for samba-related profiles and the kerberos abstraction ([MR:991](https://gitlab.com/apparmor/apparmor/-/merge_requests/991))
- abstractions/freedesktop.org: allow custom cursors ([MR:1008](https://gitlab.com/apparmor/apparmor/-/merge_requests/1008))
- abstractions/base: allow reading tzdata ICU zoneinfo DB ([MR:1007](https://gitlab.com/apparmor/apparmor/-/merge_requests/1007))
#### profiles
- Sync apparmor-3.1 profiles with master ([MR:1010](https://gitlab.com/apparmor/apparmor/-/merge_requests/1010))
- several fixes for samba-related profiles and the kerberos abstraction ([MR:991](https://gitlab.com/apparmor/apparmor/-/merge_requests/991))
- nscd: add permission to allow supporting unscd ([MR:1031](https://gitlab.com/apparmor/apparmor/-/merge_requests/1031))
- syslogd: allow reading /dev/kmsg ([MR:1003](https://gitlab.com/apparmor/apparmor/-/merge_requests/1003), [AABUG:307](https://gitlab.com/apparmor/apparmor/-/issues/307))
## Tests
- check extra profiles for local/ includes ([MR:1012](https://gitlab.com/apparmor/apparmor/-/merge_requests/1012), [MR:1027](https://gitlab.com/apparmor/apparmor/-/merge_requests/1027))
- expand mount tests ([MR:1006](https://gitlab.com/apparmor/apparmor/-/merge_requests/1006), [MR:1022](https://gitlab.com/apparmor/apparmor/-/merge_requests/1022))
- Support rule qualifiers in regression tests ([MR:1018](https://gitlab.com/apparmor/apparmor/-/merge_requests/1018))
- fix af_unix tests for v8 networking. ([MR:893](https://gitlab.com/apparmor/apparmor/-/merge_requests/893))
- force dbus-daemon to generate an abstract socket ([MR:999](https://gitlab.com/apparmor/apparmor/-/merge_requests/999))