modified chrome-sandbox permission

This commit is contained in:
Darangi
2019-12-19 19:13:32 +01:00
parent e655892565
commit 8bb7855966

View File

@@ -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: