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