google/gvisor

Implement /proc/sys/user/max_user_namespaces ?

オープン

#11,210 opened on 2024/11/22

 (5 件のコメント) (1 件のリアクション) (0 人の担当者)Go (1,061 件のフォーク)batch import
good first issuetype: enhancement

Repository metrics

Stars
 (12,713 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド