apparmor/utils/test/cleanprof_test.out

41 lines
590 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>
set rlimit nofile <= 256,
audit capability,
network stream,
dbus send bus=session,
signal set=(abrt alrm bus chld fpe hup ill int kill pipe quit segv stkflt term trap usr1 usr2),
ptrace tracedby,
unix (receive) type=dgram,
2013-09-24 00:34:09 +05:30
/home/*/** r,
/home/foo/** w,
change_profile,
^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,
}