summarylogtreecommitdiffstats
path: root/dissenter-browser-bin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dissenter-browser-bin.sh')
-rw-r--r--dissenter-browser-bin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dissenter-browser-bin.sh b/dissenter-browser-bin.sh
index 35fa245da265..24c72e4b1e38 100644
--- a/dissenter-browser-bin.sh
+++ b/dissenter-browser-bin.sh
@@ -2,7 +2,7 @@
if [[ ! (-r /proc/sys/kernel/unprivileged_userns_clone && $(< /proc/sys/kernel/unprivileged_userns_clone) == 1 && -n $(zcat /proc/config.gz | grep CONFIG_USER_NS=y) ) ]]; then
>&2 echo "User namespaces are not detected as enabled on your system, brave will run with the sandbox disabled"
- FLAG="--no-sandbox"
+ FLAG="--class=dissenter-browser --no-sandbox"
fi
exec "/opt/gab/dissenter/dissenter-browser" $@ $FLAG