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

30 lines
398 B
Plaintext
Raw Normal View History

#
#=DESCRIPTION Simple test of old-style hats
#=EXRESULT FAIL
#=DISABLED
# vim:syntax=subdomain
# Last Modified: Sun Apr 17 19:44:44 2005
# hat
/does/not/exist^HAT {
/var/log/HAT rwl,
}
# hat 0
/does/not/exist^HAT0 {
/var/log/HAT0 rwl,
}
# hat 1
/does/not/exist^HAT1 {
/var/log/HAT1 rwl,
}
/does/not/exist {
#include <includes/base>
/usr/X11R6/lib/lib*so* r,
/usr/bin/emacs r,
}