cleanup singletons on every launch
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
BIN=/usr/bin/chromium
|
||||
|
||||
# Cleanup
|
||||
rm -f $HOME/.config/chromium/Singleton*
|
||||
|
||||
# Run normally on privved containers or modified un non priv
|
||||
if grep -q 'Seccomp:\t0' /proc/1/status; then
|
||||
${BIN} \
|
||||
|
||||
Reference in New Issue
Block a user