From c8bbab9a6a0461f8525dea9aba42f21e9d28ea64 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 16 Apr 2020 13:25:02 +0200 Subject: [PATCH] namespaces.7: Document /proc/sys/user/max_time_namespaces Signed-off-by: Michael Kerrisk --- man7/namespaces.7 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man7/namespaces.7 b/man7/namespaces.7 index e1d1e853f..ddc2bb30e 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.