We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c7b51 commit 504276bCopy full SHA for 504276b
.github/workflows/update.yml
@@ -66,6 +66,8 @@ jobs:
66
with:
67
name: data
68
path: data
69
+ # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
70
+ - run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
71
- run: npm run update
72
- uses: peter-evans/create-pull-request@v7
73
0 commit comments