Page MenuHomeFreeBSD

linux: setgroups(): Fix the group number's upper limit
ClosedPublic

Authored by olce on Aug 29 2025, 11:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 16, 2:44 AM
Unknown Object (File)
Sat, May 16, 2:43 AM
Unknown Object (File)
Sat, May 16, 2:43 AM
Unknown Object (File)
Mon, May 11, 10:30 AM
Unknown Object (File)
Mon, May 11, 3:19 AM
Unknown Object (File)
Sat, May 9, 8:09 AM
Unknown Object (File)
Sat, May 2, 9:58 PM
Unknown Object (File)
Thu, Apr 30, 8:15 PM
Subscribers

Details

Summary

'ngroups_max' is the maximum number of supplementary groups the system
will accept, and this has not changed.

Fixes: 9da2fe96ff2e ("kern: fix setgroups(2) and getgroups(2) to match other platforms")
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable