Run privileged podman without sudo (and without usernamespace)
问题 I installed podman on RHEL 7.6 and can run normal docker command with sudo sudo podman run hello-world Is there a way to run it without sudo, without using usernamespace (similar to adding your user to the docker group when using regular docker command)? I understand that when run as a non-root user, podman uses usernamespace. But I am not able to enable/ setup suid on the machine (LDAP etc.) Currently, when run as a non-root user, I get this user namespaces are not enabled in /proc/sys/user