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)
Sat, Nov 30, 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
Unknown Object (File)
Nov 17 2024, 6:57 PM
Unknown Object (File)
Nov 13 2024, 11:51 PM
Unknown Object (File)
Sep 27 2024, 9:07 PM
Unknown Object (File)
Sep 27 2024, 4:02 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