I once asked how Linux namespaces could be disabled without recompiling. One of the comments asked if I meant without building with CONFIG_USER_NS=n and the answer my question received said to set to user.max_*_namespaces to 0. I have recently discovered that there is also a CONFIG_NAMESPACES build parameter. Does this mean namespaces are still usable even if user.max_*_namespaces are all 0?
2 of 2
The crux of the linked question seems to be to avoid recompiling.
Stephen Kitt
- 481.4k
- 60
- 1.2k
- 1.4k
CONFIG_NAMESPACES, CONFIG_USER_NS, and user.max_*_namespaces
Melab
- 4.4k
- 10
- 42
- 59