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>
11 lines
183 B
Text
11 lines
183 B
Text
#
|
|
#=Description basic ptrace all perms rule
|
|
#=EXRESULT PASS
|
|
#
|
|
/usr/bin/foo {
|
|
ptrace (read readby trace tracedby) ,
|
|
ptrace (read, readby) ,
|
|
ptrace trace,
|
|
ptrace tracedby,
|
|
|
|
}
|