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 around only mode
|
|
#=EXRESULT FAIL
|
|
|
|
$FOO=true
|
|
|
|
/bin/true {
|
|
/bin/true if $FOO {
|
|
r,
|
|
}
|
|
}
|