On Thu, Jun 15, 2017 at 10:09 AM, t <
dnts...@gmail.com> wrote:
> On Thursday, June 15, 2017 at 6:36:54 PM UTC+2, Lei Zhang wrote:
>>
>> > You can only use CHROME_DEVEL_SANDBOX with development builds.
>>
> I have is_debug = false but it worked in when I started chrome in the
> biulddirectory
By "development builds" I mean when your chrome binary is in
out/Default, and still owned by your user account. Whereas a system
installed binary is owned by root and in some system directory.
>> >Note in the system install it needs a
>>
>> > dash in the name instead of an underscore.
>>
> i tried renaming to chrome-devel-sandbox and modified CHROME_DEVEL_SANDBOX
> but same result
To be explicit, the expected file name for a system installed sandbox
is "chrome-sandbox".
>>
>> You should put the setuid chrome-sandbox binary in the same directory
>> as the system chrome binary.
>
>
> /usr/bin/chrome is symlink to /usr/lib64/chromium/chrome
> Moved chrome-devel-sandbox to /usr/lib64/chromium/chrome_sandbox
> and modify CHROME_DEVEL_SANDBOX same result.
> unset CHROME_DEVEL_SANDBOX same result
In that case, you want the sandbox it be named
/usr/lib64/chromium/chrome-sandbox. Remember the note about needing a
dash from above?