hi everybody ,
I;m new to grsecurity. In my system the each user has its own group e.g user1:user1 ... how it is possible to make an rbac policy to restrict their access out of their home dirs ?
role username u
subject / {
/ h
/etc h
/etc/grsec h
/etc/localtime r
/usr h
/sbin h
/usr/sbin h
/usr/local/sbin h
/proc
/proc/kcore h
/proc/bus h
/dev
/dev/mem h
/dev/port h
/dev/kmem h
/dev/grsec h
/dev/vc
/dev/vc/*
/dev/urandom
/tmp
/tmp rwcd
/bin x
/usr/bin x
/usr/local/bin x
/lib x
/usr/lib x
/usr/local/share/man
/usr/local/share/man/whatis r
/var
/home h
/home/username rwxcd
-CAP_ALL
bind disabled
connect disabled
}