diff --git a/Release_Notes_4.1-beta3.md b/Release_Notes_4.1-beta3.md index c7f4720..b746cae 100644 --- a/Release_Notes_4.1-beta3.md +++ b/Release_Notes_4.1-beta3.md @@ -26,6 +26,8 @@ This Release contains bug fixes to AppArmor 4.1 beta1 and beta2. - add missing units for rlimit cpu and rttime ([MR:1336](https://gitlab.com/apparmor/apparmor/-/merge_requests/1336)) - aa-remove-unknown - fix readability check ([MR:1438](https://gitlab.com/apparmor/apparmor/-/merge_requests/1438), [HUBMR:285915](https://github.com/NixOS/nixpkgs/pull/285915), [HUB:273164](https://github.com/NixOS/nixpkgs/issues/273164)) +- aa-status + - fix json generation ([MR:1451](https://gitlab.com/apparmor/apparmor/-/merge_requests/1451), [AABUG:470](https://gitlab.com/apparmor/apparmor/-/issues/470)) - replace uses of `which` for `command -v` for POSIX compatibility and to fix running the test suite on openSUSE Tumbleweed ([MR:1431](https://gitlab.com/apparmor/apparmor/-/merge_requests/1431)) - fix awk not being found on openSuse 15.6 ([MR:1431](https://gitlab.com/apparmor/apparmor/-/merge_requests/1431)) @@ -67,6 +69,7 @@ This Release contains bug fixes to AppArmor 4.1 beta1 and beta2. - replace uses of MS_SYNC by MS_SYNCHRONOUS in mount flags ([MR:1458](https://gitlab.com/apparmor/apparmor/-/merge_requests/1458)) - add separator between mount flags in dump_flags ([MR:1465](https://gitlab.com/apparmor/apparmor/-/merge_requests/1465)) - allow make-* flags with remount operations ([MR:1466](https://gitlab.com/apparmor/apparmor/-/merge_requests/1466), [LP:2091424](https://bugs.launchpad.net/bugs/2091424)) +- convert uint to unsigned int ([MR:1478](https://gitlab.com/apparmor/apparmor/-/merge_requests/1478)) ## Utils @@ -84,6 +87,7 @@ This Release contains bug fixes to AppArmor 4.1 beta1 and beta2. - dconf - use @{etc_ro} instead of `/etc/... r,` ([MR:1402](https://gitlab.com/apparmor/apparmor/-/merge_requests/1402)) + - allow write access to /run/user/*/dconf/user ([MR:1471](https://gitlab.com/apparmor/apparmor/-/merge_requests/1471)) - mesa - allow ~/.cache/mesa_shader_cache_db/ ([MR:1333](https://gitlab.com/apparmor/apparmor/-/merge_requests/1333), [LP:2081692](https://bugs.launchpad.net/bugs/2081692)) - nameservice @@ -94,7 +98,8 @@ This Release contains bug fixes to AppArmor 4.1 beta1 and beta2. - add more strict version of abstractions/nameservice - php - add support for ArchLinux php-legacy package to php-fpm ([MR:1401](https://gitlab.com/apparmor/apparmor/-/merge_requests/1401), [AABUG:454](https://gitlab.com/apparmor/apparmor/-/issues/454)) - +- python + - allow python cache under @{HOME}/.cache/ ([MR:1467](https://gitlab.com/apparmor/apparmor/-/merge_requests/1467)) #### profiles - php-fpm: @@ -160,7 +165,9 @@ This Release contains bug fixes to AppArmor 4.1 beta1 and beta2. - update the bwrap profile so that it will attach to application profiles if present ([MR:1435](https://gitlab.com/apparmor/apparmor/-/merge_requests/1435)) - transmission-gtk: - add attach_disconnected flag ([MR:1395](https://gitlab.com/apparmor/apparmor/-/merge_requests/1395), [LP:2085377](https://bugs.launchpad.net/bugs/2085377)) - +- cupsd: + - allow /etc/paperspecs read access ([MR:1472](https://gitlab.com/apparmor/apparmor/-/merge_requests/1472)) + - convert profile to use @etc_ro/rw ([MR:1472](https://gitlab.com/apparmor/apparmor/-/merge_requests/1472)) ## Tests @@ -170,9 +177,11 @@ This Release contains bug fixes to AppArmor 4.1 beta1 and beta2. - fix incorrect setfattr call in xattrs_profile ([MR:1429](https://gitlab.com/apparmor/apparmor/-/merge_requests/1429)) - add complain mode regression tests ([MR:1415](https://gitlab.com/apparmor/apparmor/-/merge_requests/1415)) - check if setfattr exists to run xattr_profile tests ([MR:1412](https://gitlab.com/apparmor/apparmor/-/merge_requests/1412)) - - fix mult_mount test on openSUSE Tumbleweed by using a larger loop device ([MR:1431](https://gitlab.com/apparmor/apparmor/-/merge_requests/1431)) + - fix mult_mount and file_unbindable_mount tests by using a larger loop device ([MR:1431](https://gitlab.com/apparmor/apparmor/-/merge_requests/1431), [MR:1469](https://gitlab.com/apparmor/apparmor/-/merge_requests/1469)) - add DAC permissions check to the test suite ([MR:1411](https://gitlab.com/apparmor/apparmor/-/merge_requests/1411)) - fix swap regression tests on zfs and btrfs ([MR:1462](https://gitlab.com/apparmor/apparmor/-/merge_requests/1462), [MR:1463](https://gitlab.com/apparmor/apparmor/-/merge_requests/1463), [MR:1464](https://gitlab.com/apparmor/apparmor/-/merge_requests/1464)) + - fix test infrastructure when a wrapper is specified ([MR:1450](https://gitlab.com/apparmor/apparmor/-/merge_requests/1450)) + - add test mediation for file access in unbindable mounts ([MR:1448](https://gitlab.com/apparmor/apparmor/-/merge_requests/1448)) - test-logprof - Increase test timeout ([MR:1417](https://gitlab.com/apparmor/apparmor/-/merge_requests/1417), [AABUG:463](https://gitlab.com/apparmor/apparmor/-/issues/463)) - spread