-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
libcontainer/user: add supplementary groups only for non-numeric users #1450
libcontainer/user: add supplementary groups only for non-numeric users #1450
Conversation
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
This comes from /cc @crosbymichael |
ping |
It looks like they don't use
|
This is breaking my attempt to have I do not see the rational for depriving a user of its additional gids for the simple reason that it was referenced by its numeric ID instead of its human readable alias. |
ping @cyphar @crosbymichael 😇 |
We only use numeric ids in LinuxKit, so this also breaks our ability to use supplemental groups. I really don't understand the rationale. |
The concept of getting a supplementary group from To be fair however,
Maybe there is a justification for it... |
In practice, there should only be a single entry for a given Bottom line, it would be nice if the maintainers could vote on reverting this PR 👼 |
I'm fine reverting this as it causes issues in practice and wasn't really fixing a problem in the first place. |
Created a PR reverting this change #1548 |
Merged it. Thanks @mlaventure. |
As described in opencontainers/image-spec#492 by @cyphar
Signed-off-by: Valentin Rothberg vrothberg@suse.com