mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 02:41:03 +01:00
9 lines
116 B
Text
9 lines
116 B
Text
![]() |
#
|
||
|
#=Description basic ptrace read and trace all rule
|
||
|
#=EXRESULT PASS
|
||
|
#
|
||
|
/usr/bin/foo {
|
||
|
ptrace (read, trace) ,
|
||
|
|
||
|
}
|