2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00

Update Release_Notes_4.0 beta1

John Johansen 2024-03-01 22:14:21 +00:00
parent 408e338d68
commit c238cf9a3e

@ -31,10 +31,16 @@ Unfortunately we just ran out of time, and instead of delaying AppArmor 4.0 yet
## Experimental
Unsupported and evolving experimental features exist in the release to help with broader testing. They should not affect regular operation/policy unless the feature is explicitly enabled.
- Fine grained IPv4 and IPv6 network mediation ([MR:1160](https://gitlab.com/apparmor/apparmor/-/merge_requests/1160))
- Fine grained IPv4 and IPv6 network mediation ([MR:1160](https://gitlab.com/apparmor/apparmor/-/merge_requests/1160))<br>
Requires use of experimental kernel.
## bin-utils
- aa-status
- fix filters help message ([MR:1151](https://gitlab.com/apparmor/apparmor/-/merge_requests/1151))
## Utils
- Adding support for mount rules in aa-genprof/aa-logprof ([MR:1153](https://gitlab.com/apparmor/apparmor/-/merge_requests/1153))
- aa-notify
@ -43,11 +49,13 @@ Unsupported and evolving experimental features exist in the release to help with
- aa-unconfined
- Fix race when reading proc files ([AABUG:355](https://gitlab.com/apparmor/apparmor/-/issues/355), [MR:1157](https://gitlab.com/apparmor/apparmor/-/merge_requests/1157))
## Policy
#### Tunables
#### Abstractions
- openssl
- allow version specific engdef & engines paths ([MR:1147](https://gitlab.com/apparmor/apparmor/-/merge_requests/1147),[BOO:1219571](https://bugzilla.opensuse.org/show_bug.cgi?id=1219571))
#### Profiles
@ -58,7 +66,13 @@ Unsupported and evolving experimental features exist in the release to help with
- mscode
- rename from code to mscode
- allow running from gnome ([MR:1156](https://gitlab.com/apparmor/apparmor/-/merge_requests/1156),[AABUG:368](https://gitlab.com/apparmor/apparmor/-/issues/368))
- *new* nautilis ([MR:1161](https://gitlab.com/apparmor/apparmor/-/merge_requests/1161),[LP:2047256](https://bugs.launchpad.net/bugs/2047256))
- **new** nautilis ([MR:1161](https://gitlab.com/apparmor/apparmor/-/merge_requests/1161),[LP:2047256](https://bugs.launchpad.net/bugs/2047256))
- **new** devhelp ([MR:1149](https://gitlab.com/apparmor/apparmor/-/merge_requests/1149))
- **element-desktop** ([MR:1150](https://gitlab.com/apparmor/apparmor/-/merge_requests/1150))
- **epiphany** ([MR:1149](https://gitlab.com/apparmor/apparmor/-/merge_requests/1149))
- **evolution** ([MR:1149](https://gitlab.com/apparmor/apparmor/-/merge_requests/1149))
- **keybase** ([MR:1145](https://gitlab.com/apparmor/apparmor/-/merge_requests/1145))
- **opam** ([MR:1149](https://gitlab.com/apparmor/apparmor/-/merge_requests/1149))
## Infrastructure
@ -67,5 +81,9 @@ Unsupported and evolving experimental features exist in the release to help with
## Tests
#### Regression testing
- handle unprivileged_userns transition in userns tests ([MR:1146](https://gitlab.com/apparmor/apparmor/-/merge_requests/1146))
- fix usr-merge failures on exec and regex tests ([MR:1146](https://gitlab.com/apparmor/apparmor/-/merge_requests/1146))