2006-04-11 21:52:54 +00:00
|
|
|
#
|
2006-06-01 17:02:28 +00:00
|
|
|
# $Id$
|
2006-04-11 21:52:54 +00:00
|
|
|
#=DESCRIPTION Ensure debug flag is no longer accepted
|
|
|
|
#=EXRESULT FAIL
|
|
|
|
# vim:syntax=subdomain
|
|
|
|
# Last Modified: Sun Apr 17 19:44:44 2005
|
|
|
|
#
|
|
|
|
/does/not/exist flags=(debug) {
|
2006-05-02 16:15:41 +00:00
|
|
|
#include <includes/base>
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
/usr/X11R6/lib/lib*so* r,
|
|
|
|
/does/not/exist r,
|
|
|
|
}
|
|
|
|
|
|
|
|
/does/not/exist2 flags=(audit,debug) {
|
2006-05-02 16:15:41 +00:00
|
|
|
#include <includes/base>
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
/usr/X11R6/lib/lib*so* r,
|
|
|
|
/does/not/exist2 r,
|
|
|
|
}
|
|
|
|
|
|
|
|
/does/not/exist3 flags=(debug,complain) {
|
2006-05-02 16:15:41 +00:00
|
|
|
#include <includes/base>
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
/usr/X11R6/lib/lib*so* r,
|
|
|
|
/does/not/exist5 r,
|
|
|
|
}
|
|
|
|
|
|
|
|
/does/not/exist4 flags=(audit,complain) {
|
2006-05-02 16:15:41 +00:00
|
|
|
#include <includes/base>
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
/usr/X11R6/lib/lib*so* r,
|
|
|
|
/does/not/exist7 r,
|
|
|
|
|
|
|
|
^debug flags=(debug) {
|
|
|
|
/var/log/debug rwl,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|