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
F108545122: D46908.diff
Sun, Jan 26, 4:09 AM
F108530767: D46908.diff
Sat, Jan 25, 11:23 PM
Unknown Object (File)
Fri, Jan 24, 5:53 PM
Unknown Object (File)
Mon, Jan 20, 9:09 PM
Unknown Object (File)
Sat, Jan 18, 5:34 AM
Unknown Object (File)
Mon, Dec 30, 8:02 PM
Unknown Object (File)
Dec 25 2024, 4:29 PM
Unknown Object (File)
Dec 23 2024, 5:56 PM
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.Oct 28 2024, 5:35 PM