mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 05:17:59 +00:00
abstractions/nameservice: allow kanidm-unixd
If kanidm is configured in nsswitch.conf(5), access to the kanidm-unixd configuration is needed for applications to resolve entries. For example: ``` type=AVC apparmor="DENIED" operation="open" class="file" profile="php-fpm" name="/etc/kanidm/unixd" comm="php-fpm" requested_mask="r" denied_mask="r" ``` Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
cda9153772
commit
675a99ac7b
@ -58,6 +58,9 @@
|
||||
@{PROC}/@{pid}/net/psched r,
|
||||
@{etc_ro}/libnl-*/classid r,
|
||||
|
||||
# user/group resolution through kanidm
|
||||
/etc/kanidm/unixd r,
|
||||
|
||||
# nis
|
||||
include <abstractions/nis>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user