Comment 2 for bug 1958827

Revision history for this message
Guilherme Blanco (guilhermeblanco) wrote :

I solved this problem by modifying: /etc/systemd/system/sockets.target.wants/podman.socket

Changed the line SocketMode=0660 to SocketMode=0666
Then ran:

sudo systemctl daemon-reload
sudo systemctl restart podman.socket

Problem solved. =)