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 9f5d99d commit 4e651a8Copy full SHA for 4e651a8
.github/workflows/test.yml
@@ -18,5 +18,11 @@ jobs:
18
check-latest: true
19
go-version-file: 'go.mod'
20
21
+ # cf. https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
22
+ - name: Allow Unconfined NS
23
+ run: |
24
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
25
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
26
+
27
- name: Run Tests
28
run: make test
0 commit comments