Complexity
Complexity
Posted Mar 21, 2013 10:48 UTC (Thu) by Tobu (subscriber, #24111)In reply to: Complexity by smurf
Parent article: Anatomy of a user namespaces vulnerability
chroot doesn't reduce the attack surface much because there's still the whole kernel, but I wouldn't call it a loophole. It's just a user namespaces forerunner, which should be combined with seccomp or similar if one wants a strong security boundary. suid on the other hand is an attractive nuisance: a simple design, but every privileged process that uses it has to be paranoid about its entire environment.
