Page MenuHomeFreeBSD

ktrace: Record signal violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:06 PM.
Referenced Files
F146637176: D40679.diff
Wed, Mar 4, 7:50 AM
F146604042: D40679.diff
Wed, Mar 4, 12:53 AM
Unknown Object (File)
Sun, Feb 8, 3:33 AM
Unknown Object (File)
Feb 1 2026, 10:52 PM
Unknown Object (File)
Jan 10 2026, 3:55 PM
Unknown Object (File)
Nov 26 2025, 12:57 AM
Unknown Object (File)
Nov 24 2025, 10:14 PM
Unknown Object (File)
Nov 24 2025, 12:00 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