mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21: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
119 B
Text
8 lines
119 B
Text
#
|
|
#=DESCRIPTION simple rtsig test
|
|
#=EXRESULT PASS
|
|
#
|
|
|
|
/usr/bin/signal-test {
|
|
signal set=(rtmin+30 rtmin+0 rtmin+1),
|
|
}
|