Skip to content

Commit 7533a46

Browse files
committed
.github: disable apparmor restrictions also for distcheck job
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 09eb80d commit 7533a46

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
run: |
7070
./autogen.sh
7171
./configure --prefix=
72+
- name: Enable unprivileged userns (unshare)
73+
run: |
74+
sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
7275
- name: Build & Check
7376
run: |
7477
make distcheck

0 commit comments

Comments
 (0)