From e8a8774da87982d934e8836fb9f64df64b07eb2b Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 13 Feb 2024 18:41: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 72e629d9..093678e1 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 "$@"