Skip to content

Commit 07d4cd9

Browse files
committed
ci: Disable apparmor restriction on unprivileged userns
1 parent 8112771 commit 07d4cd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838
disk-cache: ${{ github.workflow }}
3939
repository-cache: true
4040

41+
- name: Disable AppArmor restriction on user namespaces
42+
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
43+
4144
- name: Test
4245
run: bazel test //...

0 commit comments

Comments
 (0)