mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00
10 lines
124 B
Text
10 lines
124 B
Text
![]() |
#
|
||
|
#=Description ptrace regex peer rule
|
||
|
#=EXRESULT PASS
|
||
|
#
|
||
|
|
||
|
/usr/bin/foo {
|
||
|
deny ptrace read peer=/{**/,}bin/{sh,true},
|
||
|
|
||
|
}
|