bugfix seccomp detect logic
This commit is contained in:
@@ -8,7 +8,7 @@ if ! pgrep chromium > /dev/null;then
|
||||
fi
|
||||
|
||||
# Run normally on privved containers or modified un non priv
|
||||
if grep -q 'Seccomp:\t0' /proc/1/status; then
|
||||
if grep -q 'Seccomp:.0' /proc/1/status; then
|
||||
${BIN} \
|
||||
--ignore-gpu-blocklist \
|
||||
--no-first-run \
|
||||
|
||||
Reference in New Issue
Block a user