mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Declare the kern.ngroups sysctl to be read-only, but tunable at boot for
better error reporting. Submitted by: Matthew Fleming <matthew dot fleming at isilon dot com> MFC After: 1 month
This commit is contained in:
parent
d49bbd73ff
commit
93833c1db6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ SYSCTL_INT(_kern, KERN_ARGMAX, argmax, CTLFLAG_RD,
|
|||
SYSCTL_INT(_kern, KERN_POSIX1, posix1version, CTLFLAG_RD,
|
||||
0, _POSIX_VERSION, "Version of POSIX attempting to comply to");
|
||||
|
||||
SYSCTL_INT(_kern, KERN_NGROUPS, ngroups, CTLFLAG_RD,
|
||||
SYSCTL_INT(_kern, KERN_NGROUPS, ngroups, CTLFLAG_RDTUN,
|
||||
&ngroups_max, 0,
|
||||
"Maximum number of supplemental groups a user can belong to");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue