mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
23 lines
419 B
Text
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,
|
|
}
|