mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
7 lines
106 B
Text
7 lines
106 B
Text
![]() |
#=DESCRIPTION Boolean assignments inside policy should fail
|
||
|
#=EXRESULT FAIL
|
||
|
|
||
|
/bin/foo {
|
||
|
$BLAH = false
|
||
|
}
|