good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 3e183a98 authored by Iñigo Garcia Olaizola's avatar Iñigo Garcia Olaizola Committed by GitHub
Browse files

ci: disable AppArmor to allow Chrome sandbox (#511)

Fixes #512
parent 11bda985
Branches
Tags
No related merge requests found
......@@ -31,6 +31,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Disable AppArmor
if: runner.os == 'Linux'
run: |
# Disable AppArmor for Ubuntu 23.10+.
# https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment