Skip to content

Commit

Permalink
Merge pull request #426 from 64/sysctl-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Dec 29, 2024
2 parents 772544d + 62951c7 commit 63bdfd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-from-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: |
curl https://repos.managarm.org/buildenv/managarm-buildenv.tar.gz -o managarm-rootfs.tar.gz
tar xvf managarm-rootfs.tar.gz
- name: Permit unprivileged user namespaces
run: |
set -x
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Prepare build directory
run: |
mkdir build
Expand Down

0 comments on commit 63bdfd1

Please sign in to comment.