We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffe473 commit 36934d3Copy full SHA for 36934d3
root/usr/bin/chromium
@@ -8,7 +8,7 @@ if ! pgrep chromium > /dev/null;then
8
fi
9
10
# Run normally on privved containers or modified un non priv
11
-if grep -q 'Seccomp:\t0' /proc/1/status; then
+if grep -q 'Seccomp:.0' /proc/1/status; then
12
${BIN} --password-store=basic "$@"
13
else
14
${BIN} --password-store=basic --no-sandbox --test-type "$@"
0 commit comments