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>
8 lines
98 B
Text
8 lines
98 B
Text
#
|
|
#=Description basic audit ptrace all rule
|
|
#=EXRESULT PASS
|
|
#
|
|
/usr/bin/foo {
|
|
audit ptrace,
|
|
|
|
}
|