mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00

This patch adds a bunch of language parsing tests for ptrace rules. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: John Johansen <john.johansen@canonical.com>
9 lines
119 B
Text
9 lines
119 B
Text
#
|
|
#=Description ptrace regex peer rule
|
|
#=EXRESULT PASS
|
|
#
|
|
|
|
/usr/bin/foo {
|
|
ptrace read peer=/{**/,}bin/{sh,true},
|
|
|
|
}
|