You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails on this which is first podman command. Output from same shell command:
# sudo -u podman podman system reset --force
ERRO[0000] running `/bin/newuidmap 86262 0 1002 1 1 231072 65536`: newuidmap: write to uid_map failed: Operation not permitted
Error: cannot setup namespace using "/bin/newuidmap": should have setuid or have filecaps setuid: exit status 1
On system with selinux disabled:
# getcap /usr/bin/newuidmap /usr/bin/newgidmap
#
On system with selinux in permissive mode (appliance default):
Fails on this which is first
podman
command. Output from same shell command:On system with selinux disabled:
On system with selinux in permissive mode (appliance default):
Fix on selinux-disabled system is to run:
Probably this role should check if those file has either setuid or filecaps, and set former if selinux=disabled. Logic needs some care though.
Relevant thread: containers/podman#2788
The text was updated successfully, but these errors were encountered: