canonical/multipass

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

Open

#1,200 创建于 2019年11月30日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)C++ (634 fork)batch import
enhancementgood first issuehelp wantedmediumneeds triage

仓库指标

Star
 (6,956 star)
PR 合并指标
 (平均合并 16天 2小时) (30 天内合并 50 个 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.

贡献者指南