Page MenuHomeFreeBSD

cred: 'struct ucred': Rework comment on 'cr_gid'/cr_groups[]
ClosedPublic

Authored by olce on Aug 29 2025, 11:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 1, 6:46 AM
Unknown Object (File)
Sun, Mar 1, 5:57 AM
Unknown Object (File)
Wed, Feb 18, 11:00 PM
Unknown Object (File)
Tue, Feb 10, 3:51 PM
Unknown Object (File)
Sun, Feb 8, 3:26 PM
Unknown Object (File)
Sun, Feb 8, 12:40 PM
Unknown Object (File)
Sun, Feb 8, 2:36 AM
Unknown Object (File)
Sat, Feb 7, 11:32 PM
Subscribers

Details

Summary

Make it more straightforward for consumers. Also, recommend using
cr_sgroups[] for supplementary groups, as this can generally alleviate
index problems and will help us spot and change consumers if/when
'struct ucred' is evolved incompatibly (and cr_sgroups[] suppressed).

Sponsored by: The FreeBSD Foundation

Diff Detail

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