mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
10 lines
153 B
Text
10 lines
153 B
Text
# taken from cond31.sd
|
|
#=DESCRIPTION boolean assigned inside profile scope
|
|
#=EXRESULT FAIL
|
|
|
|
/bin/true {
|
|
$BAR=true
|
|
if $BAR {
|
|
/bin/true rix,
|
|
}
|
|
}
|