mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 09:55:57 -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
|
||||
run: |
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
|
||||
|
||||
case "${{ matrix.test }}" in
|
||||
ovl-whiteouts)
|
||||
sudo sh -c "(cd /unionmount-testsuite; unshare -m ./run --ov --fuse=fuse-overlayfs --xdev)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user