From 40ce6c9ce819504365606a69f1fcf6ab2bf8296a Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 13 Feb 2024 18:47:07 -0800 Subject: [PATCH] update wrapper with broader compatibility --- root/usr/bin/chromium-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/bin/chromium-browser b/root/usr/bin/chromium-browser index edc6d62c..a87c1e18 100755 --- a/root/usr/bin/chromium-browser +++ b/root/usr/bin/chromium-browser @@ -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 "$@"