diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-16 13:25:02 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-16 13:25:02 +0200 |
| commit | c8bbab9a6a0461f8525dea9aba42f21e9d28ea64 (patch) | |
| tree | 5f5b599730120e40237917639516012b872779fc /man7 | |
| parent | c96bc2056ca74c1a5f06631df8c07990b560abef (diff) | |
| download | man-pages-c8bbab9a6a0461f8525dea9aba42f21e9d28ea64.tar.gz | |
namespaces.7: Document /proc/sys/user/max_time_namespaces
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/namespaces.7 | 5 |
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. |
