From 5052079d150fd2d2e26b78d413846f1a51b921a7 Mon Sep 17 00:00:00 2001 From: Ahmed El-Sharnoby Date: Mon, 31 Jul 2023 17:43:50 +0300 Subject: [PATCH] Replace spaces with tab for Seccomp check --- 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 2a31c15..2da0997 100755 --- a/root/usr/bin/chromium-browser +++ b/root/usr/bin/chromium-browser @@ -3,7 +3,7 @@ BIN=/usr/lib/chromium/chromium-launcher.sh # Run normally on privved containers or modified un non priv -if grep -q 'Seccomp: 0' /proc/1/status; then +if grep -q 'Seccomp:\t0' /proc/1/status; then ${BIN} \ --ignore-gpu-blocklist \ --no-first-run \