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
F102635572: D40644.diff
Fri, Nov 15, 3:30 AM
Unknown Object (File)
Wed, Nov 13, 3:19 PM
Unknown Object (File)
Thu, Nov 7, 11:59 PM
Unknown Object (File)
Wed, Nov 6, 7:09 PM
Unknown Object (File)
Wed, Nov 6, 10:42 AM
Unknown Object (File)
Tue, Nov 5, 1:48 PM
Unknown Object (File)
Thu, Oct 17, 5:14 PM
Unknown Object (File)
Thu, Oct 17, 2:38 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 52179
Build 49070: 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 ↗(On Diff #124673)

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 ↗(On Diff #124673)

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