apparmor/parser/tst/simple_tests/conditional_good_2.sd

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