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 0a62d7c commit 40f5d8dCopy full SHA for 40f5d8d
1 file changed
.github/workflows/dotnetCi.yml
@@ -68,6 +68,9 @@ jobs:
68
with:
69
java-version: 21
70
distribution: 'zulu'
71
+ # See https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
72
+ - name: Disable AppArmor restrictions so Chrome may run
73
+ run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
74
- name: Start an Xvfb display so Chrome may run
75
run: Xvfb -ac $DISPLAY -screen 0 1280x1024x16 &
76
0 commit comments