mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21: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
159 B
Text
9 lines
159 B
Text
#
|
|
#=Description basic signal bad peer
|
|
#=EXRESULT FAIL
|
|
#
|
|
/usr/bin/signal-test {
|
|
signal (read write send receive) set=(hup, int) peer=/bin/bash /bin/dash,
|
|
|
|
}
|
|
|