Page MenuHomeFreeBSD

ktrace: Record socket violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:09 PM.
Referenced Files
F136150364: D40681.diff
Sun, Nov 16, 5:13 AM
Unknown Object (File)
Fri, Nov 14, 5:24 PM
Unknown Object (File)
Tue, Nov 4, 8:50 PM
Unknown Object (File)
Thu, Oct 30, 10:09 AM
Unknown Object (File)
Wed, Oct 29, 8:38 AM
Unknown Object (File)
Wed, Oct 29, 8:38 AM
Unknown Object (File)
Wed, Oct 29, 8:36 AM
Unknown Object (File)
Wed, Oct 29, 8:17 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