Skip to content

Commit 17444d9

Browse files
skittJonathan Corbet
authored andcommitted
docs: sysctl/kernel: document ngroups_max
This is a read-only export of NGROUPS_MAX. Signed-off-by: Stephen Kitt <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent f45ab53 commit 17444d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/admin-guide/sysctl/kernel.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,15 @@ Notes:
517517
successful IPC object allocation. If an IPC object allocation syscall
518518
fails, it is undefined if the value remains unmodified or is reset to -1.
519519

520+
521+
ngroups_max
522+
===========
523+
524+
Maximum number of supplementary groups, _i.e._ the maximum size which
525+
``setgroups`` will accept. Exports ``NGROUPS_MAX`` from the kernel.
526+
527+
528+
520529
nmi_watchdog
521530
============
522531

0 commit comments

Comments
 (0)