mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +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>
12 lines
192 B
Text
12 lines
192 B
Text
#
|
|
#=Description basic ptrace all perms rule
|
|
#=EXRESULT PASS
|
|
#
|
|
/usr/bin/foo {
|
|
ptrace (read, readby, trace, tracedby) ,
|
|
ptrace read,
|
|
ptrace readby,
|
|
ptrace trace,
|
|
ptrace tracedby,
|
|
|
|
}
|