From ef9bde08d5b85e777f1b9f53add5fee250e4d37f Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 13 Feb 2024 18:38:12 -0800 Subject: [PATCH] update wrapper with broader compatibility --- root/usr/bin/chromium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/bin/chromium b/root/usr/bin/chromium index 8faca0a9..58df5efd 100755 --- a/root/usr/bin/chromium +++ b/root/usr/bin/chromium @@ -8,7 +8,7 @@ if ! pgrep chromium > /dev/null;then fi # Run normally on privved containers or modified un non priv -if grep -q 'Seccomp:\t0' /proc/1/status; then +if grep -q 'Seccomp:.0' /proc/1/status; then ${BIN} --password-store=basic "$@" else ${BIN} --password-store=basic --no-sandbox --test-type "$@"