mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00

This patch adds basic signal tests to the parser's simple language test suite. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Seth Arnold <seth.arnold@canonical.com>
9 lines
102 B
Text
9 lines
102 B
Text
#
|
|
#=Description basic signal bad perm
|
|
#=EXRESULT FAIL
|
|
#
|
|
/usr/bin/signal-test {
|
|
signal tracedby,
|
|
|
|
}
|
|
|