diff --git a/script/vsts/platforms/linux.yml b/script/vsts/platforms/linux.yml index 5a0eaca30..a3d45ae7f 100644 --- a/script/vsts/platforms/linux.yml +++ b/script/vsts/platforms/linux.yml @@ -66,8 +66,10 @@ jobs: npm_config_clang: 1 displayName: Build Atom - - script: sudo find . -name "*chrome-sandbox*" - displayName: Tweaking chrome-sandbox binary + - script: | + sudo chown root ./out/atom*-amd64/chrome-sandbox + chmod 4755 ./out/atom*-amd64/chrome-sandbox + displayName: Tweaking chrome-sandbox binary - script: script/test --no-sandbox env: