apparmor/parser/tst/simple_tests/conditional_bad_1.sd

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