aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulie Jeongeun Kim <jkim@igalia.com>2018-12-11 17:43:46 +0900
committerJosé Dapena Paz <jose.dapena@lge.com>2018-12-11 10:16:08 +0100
commitb1d34892e70aee9d1c8f4602c4db28847825fb1a (patch)
treef8f2ad37b0f94ee8bd8bf9aed7f3755ea0dfbcfb
parent08e90d531488861eb9074eb8d3163e5d2a5c1b14 (diff)
Adds no-sandbox option for AGLflounder
It crashed on 'ZygoteHostImpl::Init' without no-sandbox option as AGL always runs as a root. [SPEC-1978] Adapt webOS OSE chromium68 and WAM to meta-agl-lge https://jira.automotivelinux.org/browse/SPEC-1978
-rw-r--r--runxdg.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/runxdg.toml b/runxdg.toml
index e758da1..b610680 100644
--- a/runxdg.toml
+++ b/runxdg.toml
@@ -14,6 +14,7 @@ path = "/opt/chromium68/chrome"
params = [
"--in-process-gpu",
- "--user-data-dir=/opt/chromium68/workdir"
+ "--user-data-dir=/opt/chromium68/workdir",
+ "--no-sandbox"
]