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
100 B
Text
8 lines
100 B
Text
#
|
|
#=DESCRIPTION simple bare peer keyword
|
|
#=EXRESULT FAIL
|
|
#
|
|
|
|
/usr/bin/signal-test {
|
|
signal peer,
|
|
}
|