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>
8 lines
110 B
Text
8 lines
110 B
Text
#
|
|
#=DESCRIPTION simple signal w/bad option
|
|
#=EXRESULT FAIL
|
|
#
|
|
|
|
/usr/bin/signal-test {
|
|
signal options=(ro),
|
|
}
|