diff options
Diffstat (limited to 'cmd/podman/rm.go')
-rw-r--r-- | cmd/podman/rm.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/podman/rm.go b/cmd/podman/rm.go index 253771e14..4d1e0c768 100644 --- a/cmd/podman/rm.go +++ b/cmd/podman/rm.go @@ -82,9 +82,6 @@ func rmCmd(c *cliconfig.RmValues) error { var ( deleteFuncs []shared.ParallelWorkerInput ) - if os.Geteuid() != 0 { - rootless.SetSkipStorageSetup(true) - } ctx := getContext() runtime, err := libpodruntime.GetRuntime(&c.PodmanCommand) |