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