mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
backport nscd profile additions from 2.9 branch
The most important change is /proc/[0-9]*/cmdline to allow paranoid mode. Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
parent
d8a6681b2e
commit
6e4fa53b79
1 changed files with 2 additions and 1 deletions
|
@ -34,9 +34,10 @@
|
|||
/{,var/}run/nscd/ rw,
|
||||
/{,var/}run/nscd/db* rwl,
|
||||
/{,var/}run/nscd/socket wl,
|
||||
/var/{cache,run}/nscd/{passwd,group,services,hosts,netgroup} rw,
|
||||
/{var/cache,var/run,run}/nscd/{passwd,group,services,hosts,netgroup} rw,
|
||||
/{,var/}run/{nscd/,}nscd.pid rwl,
|
||||
/var/log/nscd.log rw,
|
||||
@{PROC}/[0-9]*/cmdline r,
|
||||
@{PROC}/[0-9]*/fd/ r,
|
||||
@{PROC}/[0-9]*/fd/* r,
|
||||
@{PROC}/[0-9]*/maps r,
|
||||
|
|
Loading…
Add table
Reference in a new issue