Skip to content

Commit 9ad7c47

Browse files
wan9chicodex
andcommitted
test(fspy): allow Chromium sandbox in CI
Co-authored-by: GPT-5.6 Codex <codex@openai.com>
1 parent 294cd60 commit 9ad7c47

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/fspy-sigsys-research.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
- name: Install Chromium system dependencies
6060
run: pnpm --filter vite-task-tools exec playwright install --with-deps chromium
6161

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+
6269
- name: Run sandboxed Vitest browser mode through the exec bridge
6370
run: |
6471
set -euxo pipefail

0 commit comments

Comments
 (0)