mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 02:41:03 +01:00
14 lines
221 B
Text
14 lines
221 B
Text
![]() |
#
|
||
|
#=Description basic ptrace all perms rule
|
||
|
#=EXRESULT PASS
|
||
|
#
|
||
|
/usr/bin/foo {
|
||
|
ptrace (read readby trace write tracedby r w rw) ,
|
||
|
ptrace (w read, r rw, write) ,
|
||
|
ptrace r,
|
||
|
ptrace rw,
|
||
|
ptrace w,
|
||
|
ptrace write,
|
||
|
|
||
|
}
|