Running without the SUID sandbox! while running source code for Chrome -
i download chromium source code , compiled according instruction stated on website. when tried run binary file chrom in out/debug/chrom getting error
[17144:17144:0423/112117:fatal:browser_main_loop.cc(169)] running without suid sandbox! see https://code.google.com/p/chromium/wiki/linuxsuidsandboxdevelopment more information on developing sandbox on.
my chrome folder in /home/user/chromium/src ..
solved this! when run out/debug/chrom , error comes can run $out/debug/chrom --no-sandbox
at least chrome work then!