There was an error while loading. Please reload this page.
1 parent 294cd60 commit 9ad7c47Copy full SHA for 9ad7c47
1 file changed
.github/workflows/fspy-sigsys-research.yml
@@ -59,6 +59,13 @@ jobs:
59
- name: Install Chromium system dependencies
60
run: pnpm --filter vite-task-tools exec playwright install --with-deps chromium
61
62
+ - name: Enable Chromium's user-namespace sandbox
63
+ run: |
64
+ set -euxo pipefail
65
+ sysctl kernel.unprivileged_userns_clone
66
+ sysctl kernel.apparmor_restrict_unprivileged_userns
67
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
68
+
69
- name: Run sandboxed Vitest browser mode through the exec bridge
70
run: |
71
set -euxo pipefail
0 commit comments