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)
Mon, Apr 8, 1:44 AM
Unknown Object (File)
Mar 13 2024, 7:28 PM
Unknown Object (File)
Dec 20 2023, 5:36 AM
Unknown Object (File)
Dec 10 2023, 6:39 PM
Unknown Object (File)
Dec 9 2023, 3:03 PM
Unknown Object (File)
Nov 22 2023, 10:52 AM
Unknown Object (File)
Nov 20 2023, 10:50 PM
Unknown Object (File)
Oct 11 2023, 3:13 PM
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