mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 02:41:03 +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.)
24 lines
447 B
Text
24 lines
447 B
Text
BASE/change_hat {
|
|
/lib/lib*.so rm,
|
|
/usr/lib/lib*.so rm,
|
|
/lib/lib*.so.* rm,
|
|
/lib/i[356]86/lib*.so rm,
|
|
/lib/tls/lib*.*.so rm,
|
|
/lib/ld-*.so rix,
|
|
/etc/ld.so.* r,
|
|
BASE/change_hat r,
|
|
/bin/ls rix,
|
|
/dev/pts/* rw,
|
|
/dev/tty* rw,
|
|
/dev/null rw,
|
|
/dev/urandom r,
|
|
|
|
^/subprofile/foo {
|
|
/bin/bash rix,
|
|
/tmp/foobar r,
|
|
/bin/ls rix,
|
|
/dev/pts/* rw,
|
|
/dev/tty* rw,
|
|
/dev/null rw,
|
|
}
|
|
}
|