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