google/gvisor

Implement /proc/sys/user/max_user_namespaces ?

开放

#11,210 创建于 2024年11月22日

 (5 条评论) (1 个反应) (0 位负责人)Go (1,061 个派生)batch import
good first issuetype: enhancement

仓库指标

星标
 (12,713 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description

Bubblewrap with option "--disable-userns" enabled fails to run in gvisor due to lack of /proc/sys/user/max_user_namespaces (relevant code). The option "--disable-userns" is set as default by flatpak, so adding /proc/sys/user/max_user_namespaces will make it possible to build and run flatpak in container with gvisor.

Is this feature related to a specific bug?

No response

Do you have a specific solution in mind?

No response

贡献者指南