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)
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
Unknown Object (File)
Feb 4 2025, 9:53 AM
Unknown Object (File)
Jan 17 2025, 11:47 AM
Unknown Object (File)
Dec 27 2024, 1:07 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