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
103 B
Text
8 lines
103 B
Text
#
|
|
#=Description ptrace w/non ptrace modifier
|
|
#=EXRESULT FAIL
|
|
#
|
|
/usr/bin/foo {
|
|
ptrace bus=session,
|
|
|
|
}
|