mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
abstractions/nameservice should allow /run/nscd/passwd etc. in addition
to /var/run/nscd/passwd. References: https://bugzilla.novell.com/show_bug.cgi?id=886225 Acked-by: Seth Arnold <seth.arnold@canonical.com> for both trunk and 2.8.
This commit is contained in:
parent
2c21b2d732
commit
979b1d9f22
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
# to vast speed increases when working with network-based lookups.
|
||||
/{,var/}run/.nscd_socket rw,
|
||||
/{,var/}run/nscd/socket rw,
|
||||
/var/{db,cache,run}/nscd/{passwd,group,services,host} r,
|
||||
/{var/db,var/cache,var/run,run}/nscd/{passwd,group,services,host} r,
|
||||
# nscd renames and unlinks files in it's operation that clients will
|
||||
# have open
|
||||
/{,var/}run/nscd/db* rmix,
|
||||
|
|
Loading…
Add table
Reference in a new issue