Rich access control lists
Rich access control lists
Posted Oct 21, 2015 16:34 UTC (Wed) by niner (guest, #26151)In reply to: Rich access control lists by felixfix
Parent article: Rich access control lists
So, no, it absolutely was not meant in that way.
If you as an attacker want to circumvent file permissions and the way you do it is by booting a different kernel, no feature bit in the world can stop you. To boot the other kernel you either have physical access to the media, or at least root access to the machine. So the feature bit is completely worthless as protection.
File permissions are a security device in a running system. Once the system is not running anymore be it because the drives are removed or the system is rebooted, the security is gone. That's why we have disk encryption. Disk encryption won't help you if the attacker breaks into the running system. File permissions may. But disk encryption helps you where file permissions won't: with offline attacks.
