Page MenuHomeFreeBSD

ktrace: Record signal violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:06 PM.
Referenced Files
F115714103: D40679.id136662.diff
Sun, Apr 27, 1:38 PM
F115705920: D40679.id123572.diff
Sun, Apr 27, 10:35 AM
F115684539: D40679.diff
Sun, Apr 27, 2:49 AM
Unknown Object (File)
Fri, Apr 25, 2:14 PM
Unknown Object (File)
Thu, Apr 17, 5:54 PM
Unknown Object (File)
Tue, Apr 8, 7:36 PM
Unknown Object (File)
Feb 22 2025, 2:12 PM
Unknown Object (File)
Feb 22 2025, 2:02 PM
Subscribers

Details

Summary
Report the delivery of signals to processes other than self while
Capsicum violation tracing with CAPFAIL_SIGNAL.

Programs that are not yet Capsicumized may be traced to discover
potential capability failures. With `ktrace -t p` and kdump, you
are given a list of syscalls as a starting point for program
Capsicumization.

Diff Detail

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