-- Jamie Strandboge http://www.ubuntu.com/
allow read on /run/systemd/resolve/resolv.conf for systems using networkd (LP: #1529074)
Signed-Off-By: Jamie Strandboge <[email protected]> Index: apparmor-2.10/profiles/apparmor.d/abstractions/nameservice =================================================================== --- apparmor-2.10.orig/profiles/apparmor.d/abstractions/nameservice +++ apparmor-2.10/profiles/apparmor.d/abstractions/nameservice @@ -38,6 +38,9 @@ # /etc/resolvconf/run/resolv.conf /{,var/}run/resolvconf/resolv.conf r, /etc/resolvconf/run/resolv.conf r, + # on systems using systemd's networkd, /etc/resolv.conf is a symlink to + # /run/systemd/resolve/resolv.conf + /{,var/}run/systemd/resolve/resolv.conf r, /etc/samba/lmhosts r, /etc/services r,
signature.asc
Description: OpenPGP digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
