Skip to content

Commit

Permalink
fix: Disable apparmor_restrict_unprivileged_userns
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 20, 2025
1 parent d8fa44c commit 9b55403
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
go-version-file: go.mod
check-latest: true

- name: Disable apparmor_restrict_unprivileged_userns # ref: https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

- name: Check oldstable
uses: k1LoW/oldstable@v1

Expand Down

0 comments on commit 9b55403

Please sign in to comment.