mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
Deduplicate example rules in apparmor.d manpage
foo.pid is also matched by foo.* (which has broader permissions) Reported in https://gitlab.com/apparmor/apparmor/-/work_items/524#note_2555705082
This commit is contained in:
parent
2d58858c27
commit
fbea9f00df
@ -2182,7 +2182,6 @@ An example AppArmor profile:
|
||||
/lib/lib*.so* r,
|
||||
/proc/[0-9]** r,
|
||||
/usr/lib/** r,
|
||||
/tmp/foo.pid wr,
|
||||
/tmp/foo.* lrw,
|
||||
@{HOME}/.foo_file rw,
|
||||
/usr/bin/baz Cx -> baz,
|
||||
|
Loading…
x
Reference in New Issue
Block a user