canonical/multipass
Allow specifying wildcards (`*`) for `--[ug]id-map` on mounts
Aperta
#1200 aperta il 30 nov 2019
good first issuehelp wantedmediumneeds triage
Metriche repository
- Star
- (6956 stelle)
- Metriche merge PR
- (Merge medio 16g 2h) (50 PR mergiate in 30 g)
Descrizione
What are the host-side ids to use when running multipass mount? I am accessing files through a user other than "multipass".
Without specifying -u and -g, I see from "multipass info", the following map: "UID map: -2:default". From the code, it looks like both the host and instance ids should be unsigned integers.