mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 01:11:00 +01:00
31 lines
550 B
Text
31 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,
|
||
|
}
|