2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-23 10:37:27 +00:00

Minor formatting tweaking

Steve Beattie 2019-06-14 21:59:46 +00:00
parent fa9318e044
commit 3d56ed1493

@ -20,8 +20,10 @@ Tarball
- sha256sum: ??? - sha256sum: ???
- signature: <https://launchpad.net/apparmor/2.10/2.10.5/+download/apparmor-2.10.5.tar.gz.asc> - signature: <https://launchpad.net/apparmor/2.10/2.10.5/+download/apparmor-2.10.5.tar.gz.asc>
# Changes in This Release
# Build Infrastructure Build Infrastructure
--------------------
- add files to .gitignore - add files to .gitignore
- parser/libapparmor_re/parse.cc is autogenerated during build - parser/libapparmor_re/parse.cc is autogenerated during build
- parser/tst_lib gets compiled during "make check" - parser/tst_lib gets compiled during "make check"
@ -33,11 +35,10 @@ Policy Compiler (a.k.a apparmor\_parser)
- fix abi rule skipping core dump on bad file names - fix abi rule skipping core dump on bad file names
- fix parsing of target profile NAME in directed transitions “px -> NAME" - fix parsing of target profile NAME in directed transitions “px -> NAME"
Policy Policy
------ ------
- Profiles - Profiles
- dovecot - dovecot:
- allow FD passing between dovecot and dovecot's anvil - allow FD passing between dovecot and dovecot's anvil
- allow chroot'ing the auth processes - allow chroot'ing the auth processes
- let dovecot/anvil rw the auth-penalty socket - let dovecot/anvil rw the auth-penalty socket
@ -47,17 +48,15 @@ Policy
- identd: allow network netlink dgram - identd: allow network netlink dgram
- syslog-ng: add abstractions/python for python-parser - syslog-ng: add abstractions/python for python-parser
- Abstractions - Abstractions
- ssl_certs,keys - add support for libdehydrated in /var/lib/ - ssl_certs,keys: add support for libdehydrated in /var/lib/
- qt5-settings-write: fix anonymous shared memory access - qt5-settings-write: fix anonymous shared memory access
- qt5-compose-cache-write: fix anonymous shared memory access - qt5-compose-cache-write: fix anonymous shared memory access
- fonts: - fonts:
- Allow to read conf-avail dir itself. - allow to read conf-avail dir itself.
- Add various openSUSE-specific font config directories. - add various openSUSE-specific font config directories.
- nameservice: allow access to /run/netconfig/resolv.conf - nameservice: allow access to /run/netconfig/resolv.conf
Tests Tests
----- -----
- fix mount test to use next available loop device - fix mount test to use next available loop device