disable chrome sandbox
This commit is contained in:
		@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user