Simplicity is useful
Simplicity is useful
Posted May 20, 2009 18:32 UTC (Wed) by dlang (guest, #313)In reply to: Simplicity is useful by sfink
Parent article: Seccomp and sandboxing
if you assume that privilage escalation exploits are everywhere, nothing less than a fully locked down SELinux system can do you any good (and note that _no_ distro is shipping a _fully_ locked down SELinux system)
if privilage escalation exploits are not everywhere then chroot is much stronger.
and even though it's not as strong as other security mechanisms could be, the fact that those other mechanisms aren't used makes them pretty useless
however, I will disagree slightly with chroot being the most successful model, I'll point out that it builds on the basic unix user/group permissions, and I would call _that_ the most successful model
