Julien Tinnes
unread,Jun 13, 2013, 6:42:52 PM6/13/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, ChromeSecurity, Paweł Hajdan, Jr.
TL;DR: if you see "ERROR:browser_main_loop.cc(135)] Running without
the SUID sandbox!" when starting Chromium, run
build/update-linux-sandbox.sh.
Sadly, the Linux sandbox requires a setuid binary. When that setuid
binary is not present, we currently start Chromium nevertheless.
This leads to developers testing code without the sandbox on and to
hard-to-catch security regressions (
crbug.com/245376).
This error will become fatal soon (hopefully next week). Developers
who really don't want the setuid sandbox on should install it but pass
--disable-setuid-sandbox.
If a bot is in your care and you see this error message, please open a
bug and mark it as blocking
crbug.com/245376.
Julien