2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

13 lines
287 B
Plaintext
Raw Normal View History

#
#=DESCRIPTION Ensure conflicting deletion flags cause an error
#=EXRESULT FAIL
# vim:syntax=subdomain
# Last Modified: Sun Apr 17 19:44:44 2005
#
/does/not/exist flags=(mediate_deleted, delegate_deleted) {
#include <includes/base>
/usr/X11R6/lib/lib*so* r,
/does/not/exist r,
}