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

10 lines
153 B
Text

# taken from cond31.sd
#=DESCRIPTION boolean assigned inside profile scope
#=EXRESULT FAIL
/bin/true {
$BAR=true
if $BAR {
/bin/true rix,
}
}