mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Merge pull request #16 from nobodysu/patch-8
nameservice-strict: Ubuntu compatibility
This commit is contained in:
commit
d7ad51d41e
1 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
||||||
/etc/hosts r,
|
/etc/hosts r,
|
||||||
/etc/host.conf r,
|
/etc/host.conf r,
|
||||||
/etc/resolv.conf r,
|
/etc/resolv.conf r,
|
||||||
|
@{run}/systemd/resolve/stub-resolv.conf r,
|
||||||
/etc/nsswitch.conf r,
|
/etc/nsswitch.conf r,
|
||||||
/etc/passwd r,
|
/etc/passwd r,
|
||||||
/etc/gai.conf r,
|
/etc/gai.conf r,
|
||||||
|
@ -16,8 +17,8 @@
|
||||||
/etc/services r,
|
/etc/services r,
|
||||||
|
|
||||||
# NSS records from systemd-userdbd.service
|
# NSS records from systemd-userdbd.service
|
||||||
/{var,}run/systemd/userdb/ r,
|
@{run}/systemd/userdb/ r,
|
||||||
/{var,}run/systemd/userdb/io.systemd.{NameServiceSwitch,Multiplexer,DynamicUser,Home} r,
|
@{run}/systemd/userdb/io.systemd.{NameServiceSwitch,Multiplexer,DynamicUser,Home} r,
|
||||||
@{PROC}/sys/kernel/random/boot_id r,
|
@{PROC}/sys/kernel/random/boot_id r,
|
||||||
|
|
||||||
include if exists <abstractions/nameservice-strict.d>
|
include if exists <abstractions/nameservice-strict.d>
|
Loading…
Reference in a new issue