Replace spaces with tab for Seccomp check

This commit is contained in:
Ahmed El-Sharnoby
2023-07-31 17:43:50 +03:00
committed by GitHub
parent 3afb393a90
commit 5052079d15

View File

@@ -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 \