[packages/chromium-browser] disable namespace sandbox until it's resolved

glen glen at pld-linux.org
Tue May 10 19:07:00 CEST 2016


commit 9c15fe00c68ff498edec8d737a6faba00305c3c1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon May 9 18:28:43 2016 +0300

    disable namespace sandbox until it's resolved
    
    broken on 4.4.6-1 and 3.18.26-1 pld kernels

 chromium-browser.default | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/chromium-browser.default b/chromium-browser.default
index 453aa69..7b9e24d 100644
--- a/chromium-browser.default
+++ b/chromium-browser.default
@@ -1,5 +1,12 @@
 # Default settings for Chromium Browser.
 # This file is sourced by /bin/sh from the chromium-browser launcher.
+#
+# See List of Chromium Command Line Switches:
+# http://peter.sh/experiments/chromium-command-line-switches/
 
 # Options to pass to Chromium Browser
 CHROMIUM_FLAGS=""
+
+# Stability issues on PLD Linux
+# https://bugs.chromium.org/p/chromium/issues/detail?id=610232
+CHROMIUM_FLAGS="--disable-namespace-sandbox"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/9c15fe00c68ff498edec8d737a6faba00305c3c1



More information about the pld-cvs-commit mailing list