apparmor/parser/tst/simple_tests/conditional_good_1.sd

11 lines
120 B
Text
Raw Normal View History

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