Page MenuHomeFreeBSD

cred: Make group_is_supplementary() public; New group_is_primary()
ClosedPublic

Authored by olce on Oct 4 2024, 8:07 AM.
Tags
None
Referenced Files
F103253156: D46908.id145899.diff
Fri, Nov 22, 4:17 PM
Unknown Object (File)
Mon, Nov 18, 1:42 PM
Unknown Object (File)
Fri, Nov 15, 1:42 PM
Unknown Object (File)
Thu, Nov 14, 3:44 PM
Unknown Object (File)
Sat, Nov 2, 9:42 PM
Unknown Object (File)
Sun, Oct 27, 12:04 PM
Unknown Object (File)
Sun, Oct 27, 10:07 AM
Unknown Object (File)
Oct 24 2024, 2:51 AM
Subscribers

Diff Detail

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

Event Timeline

olce requested review of this revision.Oct 4 2024, 8:07 AM
mhorne requested changes to this revision.Oct 7 2024, 7:11 PM
mhorne added inline comments.
sys/sys/ucred.h
163

As with D46906, this should be group_is_primary(). Perhaps you have already made the change locally.

This revision now requires changes to proceed.Oct 7 2024, 7:11 PM
sys/sys/ucred.h
163

Yes. Will update these reviews tomorrow.

olce retitled this revision from cred: is_a_supplementary_group() public; New is_a_primary_group() to cred: Make group_is_supplementary() public; New group_is_primary().

Rename to group_is_primary().

This revision is now accepted and ready to land.Mon, Oct 28, 5:35 PM