mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Allow /var/lib/extrausers/group and /var/lib/extrausers/passwd 'read' in order
to work with libnss-extrausers Acked-By: Jamie Strandboge <jamie@canonical.com> Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
parent
6db2f7d4eb
commit
ac481f142e
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
||||||
/etc/passwd r,
|
/etc/passwd r,
|
||||||
/etc/protocols r,
|
/etc/protocols r,
|
||||||
|
|
||||||
|
# When using libnss-extrausers, the passwd and group files are merged from
|
||||||
|
# an alternate path
|
||||||
|
/var/lib/extrausers/group r,
|
||||||
|
/var/lib/extrausers/passwd r,
|
||||||
|
|
||||||
# When using sssd, the passwd and group files are stored in an alternate path
|
# When using sssd, the passwd and group files are stored in an alternate path
|
||||||
# and the nss plugin also needs to talk to a pipe
|
# and the nss plugin also needs to talk to a pipe
|
||||||
/var/lib/sss/mc/group r,
|
/var/lib/sss/mc/group r,
|
||||||
|
|
Loading…
Add table
Reference in a new issue