mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
10 lines
105 B
Text
10 lines
105 B
Text
![]() |
#
|
||
|
#=Description basic allow signal all rule
|
||
|
#=EXRESULT PASS
|
||
|
#
|
||
|
/usr/bin/signal-test {
|
||
|
allow signal,
|
||
|
|
||
|
}
|
||
|
|