-
Why must I enable I read that it is unsafe to do so. Is it only to build or podman requires it to be permanently enabled? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
It should only be needed to use rootless mode, if you don't want to use userns then run in rootful mode. |
Beta Was this translation helpful? Give feedback.
-
So, to make one thing safer you have to make another unsafe? What is the reasoning on that? |
Beta Was this translation helpful? Give feedback.
-
Podman/Buildah rely on User Namespace, the entire linux world now enables it by default. if you choose to disable it then you can not use tools that need user namespaces. This is not a choice this is reality. |
Beta Was this translation helpful? Give feedback.
-
I suppose something like this could make it more controllable, per app, rather than enabling in the whole system. |
Beta Was this translation helpful? Give feedback.
Podman/Buildah rely on User Namespace, the entire linux world now enables it by default. if you choose to disable it then you can not use tools that need user namespaces. This is not a choice this is reality.