2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

pache2 profile updates for proper signal handling, optional saslauth,

and OCSP stapling

Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
Kees Cook
2017-01-20 17:23:50 -08:00
committed by Seth Arnold
parent b0df52a7e5
commit b6ae84f27d

View File

@@ -8,6 +8,8 @@
signal (receive) peer=unconfined,
# Allow apache to send us signals by default
signal (receive) peer=/usr/sbin/apache2,
# Allow other hats to signal by default
signal peer=/usr/sbin/apache2//*,
# Allow us to signal ourselves
signal peer=@{profile_name},
@@ -25,3 +27,8 @@
/dev/urandom r,
# sasl-auth
/run/saslauthd/mux rw,
# OCSP stapling
/var/log/apache2/stapling-cache rw,