disable chrome sandbox

This commit is contained in:
Roy Olav Purser 2021-06-15 14:02:59 +02:00
parent 0e0ff4fc28
commit c4ca29f29b
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -5,6 +5,6 @@ ${dir}/icons.sh
temp_name=$(head -c 20 /dev/random | xxd -p | tr -dc a-f0-9)
temp_dir="/tmp/${temp_name}"
chromium-browser --user-data-dir=${temp_dir} --pack-extension="${dir}/chrome" --pack-extension-key=${HOME}/keys/privkey.pem
chromium-browser --no-sandbox --user-data-dir=${temp_dir} --pack-extension="${dir}/chrome" --pack-extension-key=${HOME}/keys/privkey.pem
rm -rf ${temp_dir}