apparmor/tests/stress/subdomain/child.profile.pre
Steve Beattie 66286494a2 Resurrect another of the stress tests; it kinda works, though it requires
killall-ing a few things in order to make it stop. And alas, it does seem
to eventually cause kernel hangs with 2.6.32-16. (Committing now before ext4
eats my changes and brain.)
2010-03-10 20:56:47 -08:00

12 lines
215 B
Text

BASE/child {
/lib/libc-*.so rm,
/lib/libc-*.so.* rm,
/lib/ld-*.so rix,
/lib/ld-*.so.* rix,
/{usr/,}lib/libAA* rm,
/etc/ld.so.* r,
BASE/child r,
/bin/ls r,
/dev/pts/* rw,
/dev/tty* rw,
}