mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
#
|
|
#=DESCRIPTION Ensure conflicting namespace flags fail
|
|
#=EXRESULT FAIL
|
|
# vim:syntax=subdomain
|
|
# Last Modified: Sun Apr 17 19:44:44 2005
|
|
#
|
|
/does/not/exist flags=(chroot_relative, namepace_relative) {
|
|
#include <includes/base>
|
|
|
|
/usr/X11R6/lib/lib*so* r,
|
|
/does/not/exist r,
|
|
}
|
|
|