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)
Fri, Oct 10, 11:56 PM
Unknown Object (File)
Fri, Oct 10, 11:56 PM
Unknown Object (File)
Fri, Oct 10, 11:56 PM
Unknown Object (File)
Fri, Oct 10, 5:30 PM
Unknown Object (File)
Wed, Oct 8, 12:21 AM
Unknown Object (File)
Mon, Sep 29, 3:59 PM
Unknown Object (File)
Mon, Sep 22, 7:18 PM
Unknown Object (File)
Sun, Sep 21, 8:08 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