Page MenuHomeFreeBSD

ktrace: Record socket violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:09 PM.
Referenced Files
F108597539: D40681.diff
Sun, Jan 26, 6:50 PM
Unknown Object (File)
Tue, Jan 14, 2:56 AM
Unknown Object (File)
Tue, Jan 7, 9:17 AM
Unknown Object (File)
Dec 26 2024, 1:15 PM
Unknown Object (File)
Nov 30 2024, 3:29 AM
Unknown Object (File)
Nov 22 2024, 7:34 AM
Unknown Object (File)
Nov 22 2024, 7:30 AM
Unknown Object (File)
Nov 22 2024, 7:22 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