mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
With the exception of the documentation fixes, these should all be invisible to users. Signed-off-by: Steve Beattie <steve.beattie@canonical.com> Acked-by: Christian Boltz <apparmor@cboltz.de> MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/687
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
#
|
|
#=DESCRIPTION m and [upi]x do not conflict, separate rules
|
|
#=EXRESULT PASS
|
|
#
|
|
/usr/bin/foo {
|
|
/bin/cat rm,
|
|
/bin/cat ix,
|
|
/bin/true px,
|
|
/bin/true m,
|
|
/bin/false m,
|
|
/bin/false ux,
|
|
/lib/libc.so rwl,
|
|
/lib/libc.so m,
|
|
}
|