Page MenuHomeFreeBSD

cred: supplementary_group_member() => group_is_supplementary()
ClosedPublic

Authored by olce on Oct 4 2024, 8:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 18, 4:59 AM
Unknown Object (File)
Sat, Feb 8, 7:05 PM
Unknown Object (File)
Sat, Feb 8, 7:05 PM
Unknown Object (File)
Sat, Feb 8, 7:04 PM
Unknown Object (File)
Thu, Feb 6, 3:00 AM
Unknown Object (File)
Thu, Feb 6, 2:51 AM
Unknown Object (File)
Wed, Feb 5, 11:57 PM
Unknown Object (File)
Tue, Feb 4, 8:45 PM
Subscribers

Details

Summary

The new name seems more immediately descriptive.

While here, replace "supplemental" => "supplementary" in some comments.

No functional change (intended).

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

Or, group_is_supplimentary()?

This revision is now accepted and ready to land.Oct 4 2024, 2:49 PM

Yeah, if group_is_supplimentary(gid, cred) reads clearly to me

Yes, you're right, renaming it.

olce retitled this revision from cred: supplementary_group_member() => is_a_supplementary_group() to cred: supplementary_group_member() => group_is_supplementary().
olce edited the summary of this revision. (Show Details)

Rename to group_is_supplementary() instead.

This revision now requires review to proceed.Oct 8 2024, 1:28 PM

Re-validating to note @mhorne's review as my last upload transitioned the change to "needs review" again.

This revision is now accepted and ready to land.Oct 28 2024, 10:15 AM