projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45ab53
)
docs: sysctl/kernel: document ngroups_max
author
Stephen Kitt
<steve@sk2.org>
Mon, 18 May 2020 14:58:36 +0000
(16:58 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 26 May 2020 00:59:58 +0000
(18:59 -0600)
This is a read-only export of NGROUPS_MAX.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Link:
https://lore.kernel.org/r/20200518145836.15816-1-steve@sk2.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/sysctl/kernel.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/sysctl/kernel.rst
b/Documentation/admin-guide/sysctl/kernel.rst
index eb6bc9cc031863d351685bee83f5453c41eac445..6b313b6d42d567c10bcc684b66fad169e7f84afc 100644
(file)
--- a/
Documentation/admin-guide/sysctl/kernel.rst
+++ b/
Documentation/admin-guide/sysctl/kernel.rst
@@
-517,6
+517,15
@@
Notes:
successful IPC object allocation. If an IPC object allocation syscall
fails, it is undefined if the value remains unmodified or is reset to -1.
+
+ngroups_max
+===========
+
+Maximum number of supplementary groups, _i.e._ the maximum size which
+``setgroups`` will accept. Exports ``NGROUPS_MAX`` from the kernel.
+
+
+
nmi_watchdog
============