mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
abstractions/nameservice: factorize to de-duplicate a bit.
This commit is contained in:
parent
4564d82d52
commit
de9c5ed33b
1 changed files with 3 additions and 4 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue