canonical/multipass
Allow specifying wildcards (`*`) for `--[ug]id-map` on mounts
Aberta
#1.200 aberto em 30 de nov. de 2019
good first issuehelp wantedneeds triage
Métricas do repositório
- Stars
- (6.956 estrelas)
- Métricas de merge de PR
- (Mesclagem média 16d 2h) (50 fundiu PRs em 30d)
Description
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.