We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f830c4 commit fc7bec9Copy full SHA for fc7bec9
core/scripts/download-chrome.sh
@@ -93,3 +93,9 @@ if [ "$machine" != "MinGw" ]; then
93
echo "CHROME_PATH version:"
94
$CHROME_PATH --version
95
fi
96
+
97
+# https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md
98
+if [ "$machine" == "Linux" && -n "$CI" ]; then
99
+ sudo chown root:root "$chrome_out/chrome_sandbox"
100
+ sudo chmod 4755 "$chrome_out/chrome_sandbox"
101
+fi
0 commit comments