summaryrefslogtreecommitdiff
path: root/test/system/170-run-userns.bats
Commit message (Collapse)AuthorAge
* Add --group-add keep-groups: suplimentary groups into containerDaniel J Walsh2021-04-21
Currently we have rootless users who want to leak their groups access into containers, but this group access is only able to be pushed in by a hard to find OCI Runtime annotation. This PR makes this option a lot more visable and hides the complexity within the podman client. This option is only really needed for local rootless users. It makes no sense for remote clients, and probably makes little sense for rootfull containers. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>