mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
13 lines
172 B
Text
13 lines
172 B
Text
![]() |
# taken from cond48.sd
|
||
|
#=DESCRIPTION redundant rule selected by conditional
|
||
|
#=EXRESULT PASS
|
||
|
|
||
|
$FOO=true
|
||
|
|
||
|
/bin/true {
|
||
|
if $FOO {
|
||
|
/bin/true rix,
|
||
|
}
|
||
|
/bin/true rix,
|
||
|
}
|