From 8a4124c949885a3ce525492482229f4f923b74e7 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 13 Feb 2024 18:45:02 -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 a3219297..9403ccde 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 "$@"