Page MenuHomeFreeBSD

ktrace: Record syscall violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:05 PM.
Referenced Files
F102834232: D40678.diff
Sun, Nov 17, 6:51 PM
Unknown Object (File)
Sat, Nov 16, 7:45 AM
Unknown Object (File)
Mon, Nov 4, 2:17 PM
Unknown Object (File)
Fri, Nov 1, 1:26 PM
Unknown Object (File)
Oct 5 2024, 8:21 PM
Unknown Object (File)
Oct 3 2024, 6:36 AM
Unknown Object (File)
Oct 2 2024, 11:54 PM
Unknown Object (File)
Oct 1 2024, 10:01 AM
Subscribers

Details

Summary
Report syscalls that are not allowed in capability mode with
CAPFAIL_SYSCALL.

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