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
F163413962: D40644.id123510.diff
Thu, Jul 23, 12:21 AM
F163369784: D40644.id124673.diff
Wed, Jul 22, 2:25 PM
Unknown Object (File)
Tue, Jul 21, 3:43 AM
Unknown Object (File)
Mon, Jul 20, 12:10 AM
Unknown Object (File)
Sun, Jul 19, 4:34 PM
Unknown Object (File)
Fri, Jul 17, 9:25 AM
Unknown Object (File)
Thu, Jul 16, 4:48 AM
Unknown Object (File)
Sat, Jul 11, 8:49 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