mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00
19 lines
360 B
Text
19 lines
360 B
Text
#
|
|
# $Id: flags_bad3.sd 66 2006-06-01 18:02:28Z steve-beattie $
|
|
#=DESCRIPTION Ensure really bad parsing fails
|
|
#=EXRESULT FAIL
|
|
# vim:syntax=subdomain
|
|
# Last Modified: Sun Apr 17 19:44:44 2005
|
|
#
|
|
/does/not/exist (blahblab {
|
|
|
|
/usr/X11R6/lib/lib*so* r
|
|
/does/not/exist r
|
|
}
|
|
|
|
audit) {
|
|
#include <includes/base>
|
|
|
|
/usr/X11R6/lib/lib*so* r,
|
|
/does/not/exist2 r,
|
|
}
|