feat: add subuid and subgid to ease up use of podman #2788
Labels
enhancement
New feature or request
hacktoberfest
triage
Add this label to issues that should be triaged and prioretized in the next planning call
Rootless Podman requires users to have set up subuids and subgids. This can be done in multiple ways.
If the files /etc/subuid and /etc/subgid exist, useradd defaults to adding those ranges (see [1]). Those files seem to exist (checked fedora flavor). Yip/entities have not implemented this. Maybe this could be a configurable field in the user map?
[1] https://manpages.ubuntu.com/manpages/jammy/en/man8/useradd.8.html
The text was updated successfully, but these errors were encountered: