canonical/multipass

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

開放

#1,200 建立於 2019年11月30日

 (10 則留言) (0 個反應) (0 位負責人)C++ (634 個分叉)batch import
good first issuehelp wantedneeds triage

倉庫指標

星標
 (6,956 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南