Skip to content

Commit

Permalink
Test with restricted unprivileged user namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Dec 29, 2024
1 parent 42a58d3 commit 86a0a8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
sudo ip6tables -P FORWARD ACCEPT
#- name: Setup upterm session
# uses: lhotari/action-upterm@v1

# cf. https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
- name: Allow Unconfined NS
run: |
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Populate .env
env:
DOTENV: ${{ secrets.DOTENV }}
Expand Down

0 comments on commit 86a0a8a

Please sign in to comment.