From 1a59f7295501220fed884a6bcf5cb6addc28be60 Mon Sep 17 00:00:00 2001 From: Darangi Date: Fri, 20 Dec 2019 00:34:10 +0100 Subject: [PATCH] added sandbox workaround --- script/vsts/platforms/linux.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/script/vsts/platforms/linux.yml b/script/vsts/platforms/linux.yml index e78b8da30..bbc241c68 100644 --- a/script/vsts/platforms/linux.yml +++ b/script/vsts/platforms/linux.yml @@ -66,10 +66,8 @@ jobs: npm_config_clang: 1 displayName: Build Atom - - script: | - sudo chown root chrome-sandbox - chmod 4755 chrome-sandbox - displayName: Tweaking chrome-sandbox binary + - script: sudo sysctl -w kernel.unprivileged_userns_clone=1 + displayName: Sandbox workaround - script: script/test env: