Replace spaces with tab for Seccomp check
This commit is contained in:
committed by
GitHub
parent
3afb393a90
commit
5052079d15
@@ -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