Page MenuHomeFreeBSD

cr_canseeothergids(): Policy change's manual pages impact
ClosedPublic

Authored by olce on Jun 20 2023, 1:45 PM.
Tags
None
Referenced Files
F115058202: D40644.id124673.diff
Sun, Apr 20, 1:57 AM
Unknown Object (File)
Sun, Apr 13, 1:43 AM
Unknown Object (File)
Sun, Mar 30, 8:02 PM
Unknown Object (File)
Mar 2 2025, 5:55 PM
Unknown Object (File)
Feb 25 2025, 10:28 AM
Unknown Object (File)
Feb 21 2025, 12:04 AM
Unknown Object (File)
Jan 28 2025, 12:16 AM
Unknown Object (File)
Jan 27 2025, 5:01 PM

Details

Summary

See previous commit that made cr_canseeothergids() use the new realgroupmember()
function, taking into account real group IDs instead of effective ones.

PR: 272093

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 52661
Build 49552: arc lint + arc unit

Event Timeline

olce requested review of this revision.Jun 20 2023, 1:45 PM

Rename cr_bsd_visibility() to cr_bsd_visible().

pauamma_gundo.com added inline comments.
share/man/man9/cr_bsd_visible.9
98

While here or as a separate commit: should be "members" to match "credentials" above..

olce added inline comments.
share/man/man9/cr_bsd_visible.9
98

Fixed in D40632 directly.

olce marked an inline comment as done.
olce retitled this revision from cr_seeothergids(): Policy change's manual pages impact to cr_canseeothergids(): Policy change's manual pages impact.
olce edited the summary of this revision. (Show Details)

'cr_see*' => 'cr_cansee*' (suppressed a rename in the stack).

This revision is now accepted and ready to land.Jul 21 2023, 6:36 PM