-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
containers.conf man page lists wrong capabilities #1234
Comments
Currently the default capabilities in the Red Hat Distros are overridden in containers.conf
But in containers/common/pkg/default.go they match Docker
Since we have released for several os versions like this we should probably change containers/common's default going forward. Then we can make the man page match. |
That explains it. Thanks, @rhatdan! |
What do you think about changing the defaults in common? And then distros that want the Docker defaults can ship their own containers.conf. |
I am very supportive of the idea. Given we shipped it in Fedora and RHEL for a long while now, we can be confident to not break many users if at all. |
If we do it, let's drop a message in the Podman changelog. Maybe in the commit vendoring the changes? |
Noticed during a presentation yesterday, so I want to create the issue before I forget about it.
man containers.conf
does not list the same capabilities as are actually used (e.g., mknod is listed in the man page but not used anymore). I did not take a look; maybe the man pages diverged from the code?Cc: @rhatdan
The text was updated successfully, but these errors were encountered: