Page MenuHomeFreeBSD

ktrace: Record signal violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:06 PM.
Referenced Files
F102829891: D40679.diff
Sun, Nov 17, 5:41 PM
Unknown Object (File)
Sep 29 2024, 9:58 PM
Unknown Object (File)
Sep 26 2024, 4:17 PM
Unknown Object (File)
Sep 25 2024, 11:15 AM
Unknown Object (File)
Sep 23 2024, 11:12 AM
Unknown Object (File)
Sep 20 2024, 2:17 AM
Unknown Object (File)
Sep 19 2024, 10:34 PM
Unknown Object (File)
Sep 19 2024, 7:01 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 Skipped
Unit
Tests Skipped