apparmor/utils/test/cleanprof_test.out

27 lines
357 B
Text
Raw Normal View History

#include <tunables/global>
# A simple test comment which will persist
/usr/bin/a/simple/cleanprof/test/profile {
#include <abstractions/base>
unix (receive) type=dgram,
2013-09-24 00:34:09 +05:30
/home/*/** r,
/home/foo/** w,
^foo {
capability dac_override,
/etc/fstab r,
}
}
/usr/bin/other/cleanprof/test/profile {
2013-09-24 00:34:09 +05:30
/home/*/** rw,
/home/foo/bar r,
}