mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-03 07:45:50 +00:00
abstractions/nameservice: factorize to de-duplicate a bit.
This commit is contained in:
@@ -37,11 +37,10 @@
|
|||||||
# /{,var/}run/resolvconf/resolv.conf and a file sometimes referenced in
|
# /{,var/}run/resolvconf/resolv.conf and a file sometimes referenced in
|
||||||
# /etc/resolvconf/run/resolv.conf. Similarly, if NetworkManager is used
|
# /etc/resolvconf/run/resolv.conf. Similarly, if NetworkManager is used
|
||||||
# without resolvconf, /etc/resolv.conf is a symlink to its own resolv.conf.
|
# without resolvconf, /etc/resolv.conf is a symlink to its own resolv.conf.
|
||||||
/{,var/}run/{resolvconf,NetworkManager}/resolv.conf r,
|
# Finally, on systems using systemd's networkd, /etc/resolv.conf is
|
||||||
|
# a symlink to /run/systemd/resolve/resolv.conf
|
||||||
|
/{,var/}run/{resolvconf,NetworkManager,systemd/resolve}/resolv.conf r,
|
||||||
/etc/resolvconf/run/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/samba/lmhosts r,
|
||||||
/etc/services r,
|
/etc/services r,
|
||||||
|
Reference in New Issue
Block a user