Skip to content
Snippets Groups Projects
Commit bd0d401b authored by Daniel Richard G.'s avatar Daniel Richard G.
Browse files

nscd: add permission to allow supporting unscd

May 9 18:07:42 darkstar kernel: [ 2706.138823] audit: type=1400
audit(1683670062.580:839): apparmor="DENIED" operation="sendmsg"
profile="nscd" name="/run/systemd/notify" pid=4343 comm="nscd"
requested_mask="w" denied_mask="w" fsuid=125 ouid=0
parent c46bf894
No related branches found
No related tags found
1 merge request!1031nscd: add permission to allow supporting unscd
......@@ -45,6 +45,9 @@ profile nscd /usr/{bin,sbin}/nscd {
/{etc,run,run/host,/usr/lib}/userdb/ r,
/{etc,run,run/host,/usr/lib}/userdb/*.{user,user-privileged,group,group-privileged} r,
# needed by unscd
@{run}/systemd/notify w,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/usr.sbin.nscd>
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment