aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-04-16 13:25:02 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-04-16 13:25:02 +0200
commitc8bbab9a6a0461f8525dea9aba42f21e9d28ea64 (patch)
tree5f5b599730120e40237917639516012b872779fc
parentc96bc2056ca74c1a5f06631df8c07990b560abef (diff)
downloadman-pages-c8bbab9a6a0461f8525dea9aba42f21e9d28ea64.tar.gz
namespaces.7: Document /proc/sys/user/max_time_namespaces
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/namespaces.75
1 files changed, 5 insertions, 0 deletions
diff --git a/man7/namespaces.7 b/man7/namespaces.7
index e1d1e853f7..ddc2bb30ee 100644
--- a/man7/namespaces.7
+++ b/man7/namespaces.7
@@ -308,6 +308,11 @@ network namespaces that may be created in the user namespace.
The value in this file defines a per-user limit on the number of
PID namespaces that may be created in the user namespace.
.TP
+.IR max_time_namespaces " (since Linux 5.7)"
+.\" commit eeec26d5da8248ea4e240b8795bb4364213d3247
+The value in this file defines a per-user limit on the number of
+time namespaces that may be created in the user namespace.
+.TP
.IR max_user_namespaces
The value in this file defines a per-user limit on the number of
user namespaces that may be created in the user namespace.