Unexpected behavior of 's' (suppress logs) object flag
Posted: Tue Jan 11, 2005 9:42 pm
It seems that when I add the 's' flag to any object, it gives full access.... For example, I set this subject :
It gives full access to /root and /initrd the related role. I remove the 's' flags, and access is denied and logged.
Either I have misunderstood the suppress flag, or there's an issue in gradm/grsec here :p.
PS: I'm using latest grsec and gradm (v2.1.0) + kernel 2.4.28 + secfixes
- Code: Select all
subject / {
/ r
/opt rx
/initrd sh
/root sh
...
}
It gives full access to /root and /initrd the related role. I remove the 's' flags, and access is denied and logged.
Either I have misunderstood the suppress flag, or there's an issue in gradm/grsec here :p.
PS: I'm using latest grsec and gradm (v2.1.0) + kernel 2.4.28 + secfixes