google/gvisor

Implement /proc/sys/user/max_user_namespaces ?

Open

#11 210 ouverte le 22 nov. 2024

Voir sur GitHub
 (5 commentaires) (1 réaction) (0 assignés)Go (1 061 forks)batch import
good first issuetype: enhancement

Métriques du dépôt

Stars
 (12 713 stars)
Métriques de merge PR
 (Merge moyen 4j 22h) (184 PRs mergées en 30 j)

Description

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

Guide contributeur