mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
12 lines
172 B
Text
12 lines
172 B
Text
# taken from cond48.sd
|
|
#=DESCRIPTION redundant rule selected by conditional
|
|
#=EXRESULT PASS
|
|
|
|
$FOO=true
|
|
|
|
/bin/true {
|
|
if $FOO {
|
|
/bin/true rix,
|
|
}
|
|
/bin/true rix,
|
|
}
|