apparmor/parser/tst/simple_tests/conditional/ok_2.sd
2009-07-23 07:42:57 +00:00

12 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,
}