From b1d34892e70aee9d1c8f4602c4db28847825fb1a Mon Sep 17 00:00:00 2001 From: Julie Jeongeun Kim Date: Tue, 11 Dec 2018 17:43:46 +0900 Subject: Adds no-sandbox option for AGL 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 --- runxdg.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] -- cgit 1.2.3-korg