bugfix seccomp detect logic

This commit is contained in:
thelamer
2024-02-13 14:07:52 -08:00
parent 946d314400
commit 56d1d87f17

View File

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