mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00
33 lines
745 B
Text
33 lines
745 B
Text
#
|
|
# $Id: profile_ns_ok2.sd 81 2006-08-04 18:14:49Z jrjohansen $
|
|
#=DESCRIPTION same unattached profile different namespaces test, duplicate mode bits
|
|
#=EXRESULT PASS
|
|
# vim:syntax=subdomain
|
|
# Last Modified: Sun Apr 17 19:44:44 2005
|
|
#
|
|
profile unattached {
|
|
/usr/X11R6/lib/lib*so* rrr,
|
|
/does/not/exist r,
|
|
/var/log/messages www,
|
|
/tmp/sd*.foo rwrwwrll,
|
|
/bin/cat pxpxpxpxpx,
|
|
/bin/ls ixixixix,
|
|
}
|
|
|
|
profile :foo:unattached {
|
|
/usr/X11R6/lib/lib*so* rrr,
|
|
/does/not/exist r,
|
|
/var/log/messages www,
|
|
/tmp/sd*.foo rwrwwrll,
|
|
/bin/cat pxpxpxpxpx,
|
|
/bin/ls ixixixix,
|
|
}
|
|
|
|
profile :bar:unattached {
|
|
/usr/X11R6/lib/lib*so* rrr,
|
|
/does/not/exist r,
|
|
/var/log/messages www,
|
|
/tmp/sd*.foo rwrwwrll,
|
|
/bin/cat pxpxpxpxpx,
|
|
/bin/ls ixixixix,
|
|
}
|