Page MenuHomeFreeBSD

p_candebug(9): cr_bsd_visible() impacts, misc fixes
ClosedPublic

Authored by olce.freebsd_certner.fr on Jun 20 2023, 1:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 24, 4:31 PM
Unknown Object (File)
Oct 25 2023, 1:10 AM
Unknown Object (File)
Oct 9 2023, 9:00 PM
Unknown Object (File)
Oct 9 2023, 9:00 PM
Unknown Object (File)
Sep 28 2023, 6:18 PM
Unknown Object (File)
Sep 5 2023, 10:32 PM
Unknown Object (File)
Sep 2 2023, 10:20 PM
Unknown Object (File)
Aug 27 2023, 2:49 PM

Details

Summary

Mention cr_bsd_visible(9). Remove references to cr_canseeothergids(9) and
cr_canseeotheruids(9), as well as indirect references not immediately useful.

Fix description of credentials checks to match reality.

Re-order errors to match code's check order.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bcr added inline comments.
share/man/man9/p_candebug.9
76

missing a comma here at the end?

share/man/man9/p_candebug.9
76

Not sure I understand. Are you suggesting:

An unprivileged process attempted to debug another process**,** but the system is

? But if you really mean after deny it, then a priori I don't think so since these words are followed by a parenthetical clause and a dot after it.

Additional active tense substitution, expand contraction

Minor nit, fixable on commit.

share/man/man9/p_candebug.9
60
This revision is now accepted and ready to land.Jun 30 2023, 10:11 PM
olce.freebsd_certner.fr retitled this revision from p_candebug(9): cr_bsd_visibility() impacts, misc fixes to p_candebug(9): cr_bsd_visible() impacts, misc fixes.
olce.freebsd_certner.fr edited the summary of this revision. (Show Details)

Rename cr_bsd_visibility() to cr_bsd_visible().

This revision now requires review to proceed.Jul 14 2023, 10:33 AM

Last changes are just the rename: cr_bsd_visibility() to cr_bsd_visible(). So, revalidating.

This revision is now accepted and ready to land.Jul 14 2023, 10:37 AM
olce.freebsd_certner.fr edited the summary of this revision. (Show Details)

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

This revision now requires review to proceed.Jul 20 2023, 10:29 AM

Impacts of (suppressing) the rename, so re-validating.

This revision is now accepted and ready to land.Jul 20 2023, 10:30 AM