From fe69aa9ba385f5d44b95f549b6b223589131c1f7 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 17 Jun 2020 10:43:36 -0400 Subject: Handle dropping capabilties correctly when running as non root user Signed-off-by: Daniel J Walsh --- test/system/030-run.bats | 1 + 1 file changed, 1 insertion(+) (limited to 'test/system/030-run.bats') diff --git a/test/system/030-run.bats b/test/system/030-run.bats index 1bcf3896f..aa9ace332 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -63,6 +63,7 @@ echo $rand | 0 | $rand @test "podman run - uidmapping has no /sys/kernel mounts" { skip_if_rootless "cannot umount as rootless" + skip_if_remote "TODO Fix this for remote case" run_podman run --rm --uidmap 0:100:10000 $IMAGE mount run grep /sys/kernel <(echo "$output") -- cgit v1.2.3-54-g00ecf