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, Jan 14, 12:42 PM
Unknown Object (File)
Sun, Jan 12, 6:45 PM
Unknown Object (File)
Sun, Jan 12, 1:36 PM
Unknown Object (File)
Sat, Jan 11, 12:07 AM
Unknown Object (File)
Fri, Jan 3, 1:46 AM
Unknown Object (File)
Dec 25 2024, 2:37 PM
Unknown Object (File)
Dec 24 2024, 11:29 AM
Unknown Object (File)
Dec 22 2024, 5:10 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59838
Build 56723: arc lint + arc unit

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