mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

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.)
15 lines
275 B
Text
15 lines
275 B
Text
BASE/open {
|
|
/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/open r,
|
|
/bin/ls r,
|
|
/dev/pts/* rw,
|
|
/dev/tty* rw,
|
|
/tmp/foobar rw,
|
|
/tmp/baz rw,
|
|
/tmp/{a,b,c,d,e,f,g} rw,
|
|
}
|