mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 01:11:00 +01:00
9 lines
100 B
Text
9 lines
100 B
Text
#
|
|
#=DESCRIPTION A simple syntax error
|
|
#=EXRESULT FAIL
|
|
#
|
|
/usr/bin/foo {
|
|
/usr/bin/foo r,
|
|
blah,
|
|
}
|
|
|