mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-08 14:52:31 -04:00
github: enable unprivileged user namespaces
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
6df9cd27c7
commit
e1aae5aa6b
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -97,6 +97,9 @@ jobs:
|
|||||||
|
|
||||||
- name: run test
|
- name: run test
|
||||||
run: |
|
run: |
|
||||||
|
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||||
|
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
|
||||||
|
|
||||||
case "${{ matrix.test }}" in
|
case "${{ matrix.test }}" in
|
||||||
ovl-whiteouts)
|
ovl-whiteouts)
|
||||||
sudo sh -c "(cd /unionmount-testsuite; unshare -m ./run --ov --fuse=fuse-overlayfs --xdev)"
|
sudo sh -c "(cd /unionmount-testsuite; unshare -m ./run --ov --fuse=fuse-overlayfs --xdev)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user