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)
Fri, Nov 7, 10:10 PM
Unknown Object (File)
Mon, Nov 3, 6:15 AM
Unknown Object (File)
Sun, Nov 2, 6:41 PM
Unknown Object (File)
Sat, Nov 1, 9:45 PM
Unknown Object (File)
Wed, Oct 29, 2:22 AM
Unknown Object (File)
Wed, Oct 29, 2:22 AM
Unknown Object (File)
Wed, Oct 29, 2:22 AM
Unknown Object (File)
Wed, Oct 29, 2:20 AM
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