Skip to content
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

unpack: cannot handle non-numeric user/groups #25

Closed
cyphar opened this issue Nov 7, 2016 · 1 comment
Closed

unpack: cannot handle non-numeric user/groups #25

cyphar opened this issue Nov 7, 2016 · 1 comment

Comments

@cyphar
Copy link
Member

cyphar commented Nov 7, 2016

When generating the config.json, we can't handle cases where the user specification is something like "cyphar:users" because of the way the interfaces are designed (we do the extraction and generation separately from one another). This can be fixed by using libcontainer/users.

In addition, we'll also be able to fill the AdditionalGids array, which we couldn't before.

We could also add a $HOME env variable.

@cyphar
Copy link
Member Author

cyphar commented Nov 9, 2016

This is fixed in 12eacec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant