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

Errors include typos ("DESCRIPT__ON"), missing value after #=EXRESULT and #=EXRESULT=PASS (= instead of space). Acked-by: Steve Beattie <steve@nxnw.org> for trunk and 2.9
8 lines
140 B
Text
8 lines
140 B
Text
#
|
|
#=DESCRIPTION simple rtsig test
|
|
#=EXRESULT PASS
|
|
#
|
|
|
|
/usr/bin/signal-test {
|
|
signal set=(rtmin+20) set=rtmin+5 set=(rtmin+001, rtmin+8),
|
|
}
|