[Improvement] Map host's groups in the container #121
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
As for now, if using rootless podman, it is not possible to access files from other groups.
This makes impossible to use, from within the rootless container, suff like
A possible solution is to use the annotation:
--annotation run.oci.keep_original_groups=1
As stated in this RedHat article with that flag crun will be instructed to map also other groups inside the container, not only the user and root.
Let's think of this as a default that can be toggled off for #28
The text was updated successfully, but these errors were encountered: