Replies: 2 comments 1 reply
-
I think this is fully expected unless you're running the container as privileged - the container is restricted to prevent it from gaining new privileges (for security reasons) by default. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We will not be updating podman on RHEL7 any longer unless there is a major CVE and then just to fix the security issue. Can you upgrade to RHEL8? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using podman 1.6.4 on Rhel 7.9 and running into this issue of not being able to "sudo su" inside of a container and getting the following results:
sudo: unable to change to root gid: Operation not permitted
sudo: unable to initialize policy plugin
Found this issue on both a VM and bare metal Server.
Is there a fix for this I can apply to a previous version? Current environment does not allow for a version update. I've been up and down this container with little success.
Beta Was this translation helpful? Give feedback.
All reactions