mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00
14 lines
307 B
Text
14 lines
307 B
Text
![]() |
#
|
||
|
# $Id: flags_bad2.sd 66 2006-06-01 18:02:28Z steve-beattie $
|
||
|
#=DESCRIPTION Don't accept other keyword as a flag
|
||
|
#=EXRESULT FAIL
|
||
|
# vim:syntax=subdomain
|
||
|
# Last Modified: Sun Apr 17 19:44:44 2005
|
||
|
#
|
||
|
/does/not/exist (capability) {
|
||
|
#include <includes/base>
|
||
|
|
||
|
/usr/X11R6/lib/lib*so* r,
|
||
|
/does/not/exist r,
|
||
|
}
|