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
F162725813: D40644.diff
Thu, Jul 16, 4:48 AM
Unknown Object (File)
Sat, Jul 11, 8:49 AM
Unknown Object (File)
Mon, Jul 6, 3:03 AM
Unknown Object (File)
Mon, Jul 6, 3:03 AM
Unknown Object (File)
Sun, Jul 5, 7:56 AM
Unknown Object (File)
Fri, Jun 19, 6:08 PM
Unknown Object (File)
Jun 15 2026, 9:03 PM
Unknown Object (File)
Jun 15 2026, 11:29 AM

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_chezdork.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