mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
Release notes: fix underscore escaping
Signed-off-by: Steve Beattie <steve.beattie@canonical.com>
@@ -25,10 +25,10 @@ Tarball
|
|||||||
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"
|
||||||
- swig auto generated files for ruby
|
- swig auto generated files for ruby
|
||||||
- fix libapparmor swig 4 failure 'aa_log_record' object has no attribute '__getattr__'
|
- fix libapparmor swig 4 failure 'aa\_log\_record' object has no attribute '\_\_getattr\_\_'
|
||||||
|
|
||||||
Policy Compiler (a.k.a apparmor\_parser)
|
Policy Compiler (a.k.a apparmor\_parser)
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
@@ -43,13 +43,13 @@ Policy
|
|||||||
- 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
|
||||||
- auth processes need to read from postfix auth socket
|
- auth processes need to read from postfix auth socket
|
||||||
- add abstractions/ssl_certs to lmtp
|
- add abstractions/ssl\_certs to lmtp
|
||||||
- allow master to use SIGTERM on children that are slow to die
|
- allow master to use SIGTERM on children that are slow to die
|
||||||
- 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:
|
||||||
|
@@ -27,7 +27,7 @@ Build Infrastructure
|
|||||||
--------------------
|
--------------------
|
||||||
- add files to .gitignore
|
- add files to .gitignore
|
||||||
- swig auto generated files for ruby
|
- swig auto generated files for ruby
|
||||||
- fix libapparmor swig 4 failure 'aa_log_record' object has no attribute '__getattr__'
|
- fix libapparmor swig 4 failure 'aa\_log\_record' object has no attribute '\_\_getattr\_\_'
|
||||||
|
|
||||||
Policy Compiler (a.k.a apparmor\_parser)
|
Policy Compiler (a.k.a apparmor\_parser)
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
@@ -51,12 +51,12 @@ Policy
|
|||||||
- 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
|
||||||
- auth processes need to read from postfix auth socket
|
- auth processes need to read from postfix auth socket
|
||||||
- add abstractions/ssl_certs to lmtp
|
- add abstractions/ssl\_certs to lmtp
|
||||||
- allow master to use SIGTERM on children that are slow to die
|
- allow master to use SIGTERM on children that are slow to die
|
||||||
- identd: allow network netlink dgram
|
- identd: allow network netlink dgram
|
||||||
|
|
||||||
- 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:
|
||||||
|
Reference in New Issue
Block a user