Page MenuHomeFreeBSD

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

Authored by olce.freebsd_certner.fr on Jun 20 2023, 1:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 8, 8:20 PM
Unknown Object (File)
Thu, Dec 7, 1:52 AM
Unknown Object (File)
Thu, Nov 30, 9:12 AM
Unknown Object (File)
Oct 21 2023, 4:41 PM
Unknown Object (File)
Oct 21 2023, 4:33 PM
Unknown Object (File)
Oct 18 2023, 12:23 AM
Unknown Object (File)
Sep 28 2023, 7:48 PM
Unknown Object (File)
Sep 19 2023, 7:27 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

Rename cr_bsd_visibility() to cr_bsd_visible().

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

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

olce.freebsd_certner.fr added inline comments.
share/man/man9/cr_bsd_visible.9
97

Fixed in D40632 directly.

olce.freebsd_certner.fr marked an inline comment as done.
olce.freebsd_certner.fr retitled this revision from cr_seeothergids(): Policy change's manual pages impact to cr_canseeothergids(): Policy change's manual pages impact.
olce.freebsd_certner.fr 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