diff options
| -rw-r--r-- | man7/user_namespaces.7 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 11ca411624..5968c09ccc 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -510,13 +510,10 @@ and the last field must be greater than 0. .IP * Lines are terminated by newline characters. .IP * -There is an (arbitrary) limit on the number of lines in the file. -As at Linux 3.18, the limit is five lines. +There is a limit on the number of lines in the file. +As of Linux 4.15, the limit is 340 lines. In addition, the number of bytes written to the file must be less than the system page size, -.\" FIXME(Eric): the restriction "less than" rather than "less than or equal" -.\" seems strangely arbitrary. Furthermore, the comment does not agree -.\" with the code in kernel/user_namespace.c. Which is correct? and the write must be performed at the start of the file (i.e., .BR lseek (2) and |
