automation-tests/cmd/podman/containers
Matthew Heon 195d44bde6 Fix bug where `podman mount` didn't error as rootless
We require that rootless `podman mount` be run inside a shell
spawned by `podman unshare` (which gives us a mount namespace
which actually lets other commands use the mounted filesystem).

The fix is simple - we need to mark the command as requiring the
rootless user namespace not be configured, so we can test for it
later as part of the mount code and error if we needed to make
one.

Fixes #6856

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-07-06 12:56:52 -04:00
..
attach.go move go module to v2 2020-07-06 15:50:12 +02:00
checkpoint.go move go module to v2 2020-07-06 15:50:12 +02:00
cleanup.go move go module to v2 2020-07-06 15:50:12 +02:00
commit.go move go module to v2 2020-07-06 15:50:12 +02:00
container.go move go module to v2 2020-07-06 15:50:12 +02:00
cp.go move go module to v2 2020-07-06 15:50:12 +02:00
create.go move go module to v2 2020-07-06 15:50:12 +02:00
diff.go move go module to v2 2020-07-06 15:50:12 +02:00
exec.go move go module to v2 2020-07-06 15:50:12 +02:00
exists.go move go module to v2 2020-07-06 15:50:12 +02:00
export.go move go module to v2 2020-07-06 15:50:12 +02:00
init.go move go module to v2 2020-07-06 15:50:12 +02:00
inspect.go move go module to v2 2020-07-06 15:50:12 +02:00
kill.go move go module to v2 2020-07-06 15:50:12 +02:00
list.go move go module to v2 2020-07-06 15:50:12 +02:00
logs.go move go module to v2 2020-07-06 15:50:12 +02:00
mount.go Fix bug where `podman mount` didn't error as rootless 2020-07-06 12:56:52 -04:00
pause.go move go module to v2 2020-07-06 15:50:12 +02:00
port.go move go module to v2 2020-07-06 15:50:12 +02:00
prune.go move go module to v2 2020-07-06 15:50:12 +02:00
ps.go Merge pull request #6864 from vrothberg/v2-module 2020-07-06 10:58:38 -04:00
restart.go move go module to v2 2020-07-06 15:50:12 +02:00
restore.go move go module to v2 2020-07-06 15:50:12 +02:00
rm.go move go module to v2 2020-07-06 15:50:12 +02:00
run.go move go module to v2 2020-07-06 15:50:12 +02:00
runlabel.go move go module to v2 2020-07-06 15:50:12 +02:00
start.go move go module to v2 2020-07-06 15:50:12 +02:00
stats.go move go module to v2 2020-07-06 15:50:12 +02:00
stop.go move go module to v2 2020-07-06 15:50:12 +02:00
top.go move go module to v2 2020-07-06 15:50:12 +02:00
unmount.go move go module to v2 2020-07-06 15:50:12 +02:00
unpause.go move go module to v2 2020-07-06 15:50:12 +02:00
utils.go Podman V2 birth 2020-04-16 15:53:58 -05:00
wait.go move go module to v2 2020-07-06 15:50:12 +02:00