diff --git a/script/vsts/platforms/linux.yml b/script/vsts/platforms/linux.yml index 56b8e77c9..e78b8da30 100644 --- a/script/vsts/platforms/linux.yml +++ b/script/vsts/platforms/linux.yml @@ -65,9 +65,11 @@ jobs: CXX: clang++-5.0 npm_config_clang: 1 displayName: Build Atom - - - script: sysctl -w kernel.unprivileged_userns_clone=1 - displayName: Sandbox workaround + + - script: | + sudo chown root chrome-sandbox + chmod 4755 chrome-sandbox + displayName: Tweaking chrome-sandbox binary - script: script/test env: