mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00
11 lines
120 B
Text
11 lines
120 B
Text
![]() |
#=DESCRIPTION conditional within profile
|
||
|
#=EXRESULT PASS
|
||
|
|
||
|
$FOO=true
|
||
|
|
||
|
/bin/true {
|
||
|
if $FOO {
|
||
|
/bin/true rix,
|
||
|
}
|
||
|
}
|