Page MenuHomeFreeBSD

ktrace: Record signal violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:06 PM.
Referenced Files
Unknown Object (File)
Tue, Nov 11, 7:29 AM
Unknown Object (File)
Sun, Nov 9, 5:58 AM
Unknown Object (File)
Thu, Nov 6, 4:19 PM
Unknown Object (File)
Tue, Nov 4, 7:31 PM
Unknown Object (File)
Mon, Oct 27, 4:53 AM
Unknown Object (File)
Fri, Oct 24, 6:15 PM
Unknown Object (File)
Fri, Oct 24, 2:51 AM
Unknown Object (File)
Oct 18 2025, 10:06 AM
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