Merge pull request #12 from Lan-Hekary/sandbox-fix
Replace spaces with tab for Seccomp check to fix sandboxing
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user