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, May 25, 4:44 PM
Unknown Object (File)
Sat, May 25, 4:44 PM
Unknown Object (File)
Thu, May 23, 10:57 PM
Unknown Object (File)
Thu, May 23, 6:40 PM
Unknown Object (File)
Thu, May 23, 6:10 PM
Unknown Object (File)
Tue, May 21, 3:37 PM
Unknown Object (File)
Sun, May 12, 6:12 PM
Unknown Object (File)
Sun, May 12, 1:27 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