Skip to content

Commit 36934d3

Browse files
committed
update wrapper with broader compatibility
1 parent 2ffe473 commit 36934d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/usr/bin/chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if ! pgrep chromium > /dev/null;then
88
fi
99

1010
# Run normally on privved containers or modified un non priv
11-
if grep -q 'Seccomp:\t0' /proc/1/status; then
11+
if grep -q 'Seccomp:.0' /proc/1/status; then
1212
${BIN} --password-store=basic "$@"
1313
else
1414
${BIN} --password-store=basic --no-sandbox --test-type "$@"

0 commit comments

Comments
 (0)