On 09/03/2014 02:14 PM, Jamie Strandboge wrote: > > While testing the new unix mediation, I noticed a number of small issues with > the policy. Here are fixes. >
Update for pid file location on Debian/Ubuntu Acked-By: Jamie Strandboge <[email protected]> -- Jamie Strandboge http://www.ubuntu.com/
Author: Jamie Strandboge <[email protected]> Description: update for pid file location on Debian/Ubuntu Index: apparmor-2.8.96~2541/profiles/apparmor.d/usr.sbin.identd =================================================================== --- apparmor-2.8.96~2541.orig/profiles/apparmor.d/usr.sbin.identd +++ apparmor-2.8.96~2541/profiles/apparmor.d/usr.sbin.identd @@ -23,7 +23,9 @@ /usr/sbin/identd rmix, @{PROC}/net/tcp r, @{PROC}/net/tcp6 r, - /{,var/}run/identd.pid w, + /{,var/}run/identd.pid w, + /{,var/}run/identd/ w, + /{,var/}run/identd/identd.pid w, # Site-specific additions and overrides. See local/README for details. #include <local/usr.sbin.identd>
signature.asc
Description: OpenPGP digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
