apparmor/parser/tst/simple_tests/conditional_good_1.sd

10 lines
120 B
Text

#=DESCRIPTION conditional within profile
#=EXRESULT PASS
$FOO=true
/bin/true {
if $FOO {
/bin/true rix,
}
}