From 2f37707d1dc00ee4333965e5f5c54b8956c8daa4 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Thu, 21 Jan 2016 16:42:06 +0200 Subject: 96boards-hikey: remove sandbox hack Since chromium >= 47.0.2526.16-1.6 supports both namespace and seccomp sandboxing, this hack is unnessary. Change-Id: I6964ba368dbf6395f26d5e1084a1a0da7a582b62 Signed-off-by: Riku Voipio --- 96boards-hikey.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/96boards-hikey.yaml b/96boards-hikey.yaml index 20e67776fc..900593525d 100644 --- a/96boards-hikey.yaml +++ b/96boards-hikey.yaml @@ -210,7 +210,7 @@ @bash -c /home/linaro/bin/xmms2-output-plugin-pulse EOF [ -f "rootfs/etc/chromium.d/default-flags" ] && cat << EOF | sudo tee -a rootfs/etc/chromium.d/default-flags - export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-sandbox --use-gl=swiftshader" + export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --use-gl=swiftshader" EOF fi -- cgit v1.2.3