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 fcc12df commit 247648aCopy full SHA for 247648a
2 files changed
.github/workflows/build.yml
@@ -64,6 +64,9 @@ jobs:
64
sudo ~/tmp/sbin/pimctl -u ~/tmp/foo.sock -h
65
sudo ~/tmp/sbin/pimctl -u ~/tmp/foo.sock
66
sudo ~/tmp/sbin/pimctl -u ~/tmp/foo.sock kill
67
+ - name: Enable unprivileged userns (unshare)
68
+ run: |
69
+ sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
70
- name: Test
71
run: |
72
make check || (cat test/test-suite.log; false)
.github/workflows/release.yml
@@ -37,6 +37,9 @@ jobs:
37
38
./autogen.sh
39
./configure --prefix= --enable-rsrr
40
41
42
43
- name: Build release ...
44
45
make release || (cat test/test-suite.log; false)
0 commit comments