canonical/multipass

Allow specifying wildcards (`*`) for `--[ug]id-map` on mounts

Offen

#1.200 geöffnet am 30.11.2019

 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (634 Forks)batch import
good first issuehelp wantedmediumneeds triage

Repository-Metriken

Stars
 (6.956 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 2h) (50 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide