Merge pull request #12 from Lan-Hekary/sandbox-fix

Replace spaces with tab for Seccomp check to fix sandboxing
This commit is contained in:
Ryan Kuba
2023-10-12 07:00:46 -07:00
committed by GitHub

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 \