disable chrome sandbox
This commit is contained in:
parent
0e0ff4fc28
commit
c4ca29f29b
@ -5,6 +5,6 @@ ${dir}/icons.sh
|
|||||||
temp_name=$(head -c 20 /dev/random | xxd -p | tr -dc a-f0-9)
|
temp_name=$(head -c 20 /dev/random | xxd -p | tr -dc a-f0-9)
|
||||||
temp_dir="/tmp/${temp_name}"
|
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}
|
rm -rf ${temp_dir}
|
||||||
|
Loading…
Reference in New Issue
Block a user