Forgive the n00bish question, but I'm a little unclear about a rather fundamental concept: Could someone explain for me the relationship between grsecurity's RBAC, ACLs, and traditional Unix file permissions?
More specifically: Does grsecurity replace the other two? Trump them? Augment them? Restrict them?
I'm about to try and set up my first hardened Gentoo system with grsecurity RBAC. Say I have some complex hierarchy of project directories intended to be used by a great variety of groups with different levels of access. Traditional permissions are not flexible enough for me, so do I go to POSIX ACLs, and then further restrict that with RBAC, or do I only use RBAC? And do the settings of the traditional file permissions even matter?