2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 05:17:59 +00:00

Update Release_Notes_2.10.4

John Johansen 2018-12-20 07:12:06 +00:00
parent 45d75bc886
commit 3315763da9

@ -23,6 +23,7 @@ Build Infrastructure
- Update release infrastructure to use gitlab - Update release infrastructure to use gitlab
- Fix $(PWD) when using "make -C profiles" - Fix $(PWD) when using "make -C profiles"
- exit rather than returning from shell snippets in Makefiles - exit rather than returning from shell snippets in Makefiles
- update .gitignore
Policy Compiler (a.k.a apparmor\_parser) Policy Compiler (a.k.a apparmor\_parser)
@ -40,6 +41,9 @@ Policy Compiler (a.k.a apparmor\_parser)
# Library # Library
- fix: remove empty LD_RUN_PATH from libapparmor-perl - fix: remove empty LD_RUN_PATH from libapparmor-perl
# Init
- Ignore *.orig and *.rej files when loading profiles
Utils Utils
----- -----
- genprof/logprof - genprof/logprof
@ -80,6 +84,7 @@ Policy
- syslog-ng: fix startup for some configurations - syslog-ng: fix startup for some configurations
- mlmmj-sub: fix moderated subscription - mlmmj-sub: fix moderated subscription
- allow running Thunderbird wrapper script - allow running Thunderbird wrapper script
- postalias: allow locking /etc/aliases.db
- dovecot - dovecot
- add dovecot/stats profile, and allow dovecot to run it - add dovecot/stats profile, and allow dovecot to run it
- allow dac_read_search and reading ssl-parameters.dat - allow dac_read_search and reading ssl-parameters.dat
@ -91,6 +96,7 @@ Policy
- auth - auth
- allow dac_read_search and dac_override - allow dac_read_search and dac_override
- allow writing /run/dovecot/old-stats-user - allow writing /run/dovecot/old-stats-user
- allow reading /proc/sys/fs/suid_dumpable
- samba - samba
- allow smbd to load new shared libraries - allow smbd to load new shared libraries
- allow winbindd to read and write new kerberos cache location - allow winbindd to read and write new kerberos cache location
@ -103,6 +109,8 @@ Policy
- Add uid and uids kernel var placeholders - Add uid and uids kernel var placeholders
- Abstractions - Abstractions
- ssl_key: add letsencrypt abstraction
- add vulkan abstraction
- add qt5 abstraction - add qt5 abstraction
- add qt5-compose-cache-write abstraction - add qt5-compose-cache-write abstraction
- ubuntu-email: add new Thunderbird executable path - ubuntu-email: add new Thunderbird executable path
@ -139,6 +147,10 @@ Tests
- mark profiles with multiple rules in one line as known-failing - mark profiles with multiple rules in one line as known-failing
- add tests for relative path includes - add tests for relative path includes
- utils ignore tests for 'include if exists' - utils ignore tests for 'include if exists'
- error out on superfluous TODOs
- disable abi/ok_10 and abi/ok_12 tests
- Remove TODO notes from no-longer-failing tests
- test abstractions against apparmor_parser
Documentation Documentation
@ -146,3 +158,5 @@ Documentation
- apparmor(7): clarify the effect of reloading a profile. - apparmor(7): clarify the effect of reloading a profile.
- Move README to README.md and sync with master branch to support gitlab - Move README to README.md and sync with master branch to support gitlab
- update documentation to references gitlab and updated bug reporting procedures - update documentation to references gitlab and updated bug reporting procedures
- aa-notify(8): update user's configuration file path