nixpkgs/pkgs/applications/networking/browsers/chromium
aszlig 7e6d6e034d
chromium: Disable setuid sandbox without errors.
Just silencing the error will not prevent Chromium from trying to start
up the SUID sandbox anyway, thus flooding stderr with:

LaunchProcess: failed to execvp:

After digging a bit in the source code I found out that the SUID sandbox
binary is indeed used, but only for setting oom_score_adj within the
user namespace (as "root"). So let's build the sandbox binary and of
course don't set setuid bit.

These annoying error messages were originally introduced by 0aad4b7 and
I'm deeply sorry for annoying you guys out there with them.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-07-04 02:31:45 +02:00
..
source chromium: Disable setuid sandbox without errors. 2015-07-04 02:31:45 +02:00
browser.nix chromium: Disable setuid sandbox without errors. 2015-07-04 02:31:45 +02:00
common.nix chromium: Remove out-of-tree sandbox derivation. 2015-07-04 02:31:44 +02:00
default.nix chromium: Remove out-of-tree sandbox derivation. 2015-07-04 02:31:44 +02:00
plugins.nix chromium: Drop references to version 42 and below. 2015-06-23 03:35:30 +02:00
update.sh