mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
30 lines
550 B
Text
30 lines
550 B
Text
#=DESCRIPTION basic conditional with not statements/weird whitespace
|
|
#=EXRESULT PASS
|
|
|
|
$FOO=true
|
|
$BAR = False
|
|
|
|
/bin/true {
|
|
/bin/false rix,
|
|
capability net_raw,
|
|
if not not not not not
|
|
not not not not not
|
|
not not not not not
|
|
not not not not not
|
|
not
|
|
not
|
|
not
|
|
not
|
|
not
|
|
|
|
not
|
|
${FOO}
|
|
{
|
|
|
|
/usr/bin/sendmail
|
|
rux,
|
|
}
|
|
/bin/true rix,
|
|
/bin/sh rix,
|
|
capability dac_override,
|
|
}
|