Page MenuHomeFreeBSD

ktrace: Record socket violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:09 PM.
Referenced Files
Unknown Object (File)
Sun, Nov 30, 4:30 PM
Unknown Object (File)
Fri, Nov 28, 3:01 PM
Unknown Object (File)
Mon, Nov 24, 2:26 AM
Unknown Object (File)
Thu, Nov 20, 7:04 AM
Unknown Object (File)
Sun, Nov 16, 5:13 AM
Unknown Object (File)
Fri, Nov 14, 5:24 PM
Unknown Object (File)
Nov 4 2025, 8:50 PM
Unknown Object (File)
Oct 30 2025, 10:09 AM
Subscribers

Details

Summary
Report restricted access to socket addresses and protocols while
Capsicum violation tracing with CAPFAIL_ADDR and CAPFAIL_PROTO.

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