diff --git a/root/usr/bin/wrapped-chromium b/root/usr/bin/wrapped-chromium index 84794d0..bf89d41 100755 --- a/root/usr/bin/wrapped-chromium +++ b/root/usr/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} \ --ignore-gpu-blocklist \ --no-first-run \