update wrapper with broader compatibility

This commit is contained in:
thelamer 2024-02-13 18:45:02 -08:00
parent 655f2d9927
commit 8a4124c949

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} --password-store=basic "$@"
else
${BIN} --password-store=basic --no-sandbox --test-type "$@"