mirror of
https://github.com/containers/podman.git
synced 2025-10-13 01:06:10 +08:00

when we use namespaces, we set the run directory to 0711 to allow other users to access it. without this relaxation, the /run/user/$UID directory would be skipped. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>