apparmor/tests/stress/subdomain/sh.profile.pre
Steve Beattie 6d3e74907d Import the rest of the core functionality of the internal apparmor
development tree (trunk branch). From svn repo version 6381.
2006-04-11 21:52:54 +00:00

23 lines
419 B
Text

BASE/sh {
/bin/* rix,
/dev/tty rw,
/dev/pts/* rw,
/etc/fstab r,
/etc/inputrc r,
/etc/ld.so.* r,
/etc/mtab r,
/etc/nsswitch.conf r,
/etc/passwd r,
/etc/termcap r,
BASE/sh r,
BASE/* rix,
/lib/libc-*.so r,
/lib/libc-*.so.* r,
/lib/ld-*.so rix,
/lib/ld-*.so.* rix,
/lib/** r,
/proc/meminfo r,
/usr/lib/locale/** r,
/usr/share/locale/** r,
/**.bash_history r,
}