|
|
|
|
|
by anybody8824
454 days ago
|
|
The user.max_user_namespaces sysctl itself is namespace aware and is used by bubblewrap's --disable-userns option. But a prctl like NO_NEW_PRIVS would be better, since it could avoid an intermediary namespace that is needed for the namespace-aware sysctl. |
|
I think probably we want an inherited mask of what capabilities you can get in child namespaces. I think I heard someone proposed that upstream but I haven't seen the patches.