mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
10 lines
120 B
Text
10 lines
120 B
Text
#=DESCRIPTION conditional within profile
|
|
#=EXRESULT PASS
|
|
|
|
$FOO=true
|
|
|
|
/bin/true {
|
|
if $FOO {
|
|
/bin/true rix,
|
|
}
|
|
}
|