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>
8 lines
124 B
Text
8 lines
124 B
Text
#
|
|
#=Description capability + ptrace merged rule
|
|
#=EXRESULT FAIL
|
|
#
|
|
/usr/bin/foo {
|
|
capability sys_ptrace peer=/dev/null,
|
|
|
|
}
|