Page MenuHomeFreeBSD

ktrace: Record syscall violations with KTR_CAPFAIL
ClosedPublic

Authored by jfree on Jun 20 2023, 10:05 PM.
Referenced Files
Unknown Object (File)
Mon, Apr 8, 12:51 AM
Unknown Object (File)
Mar 13 2024, 7:28 PM
Unknown Object (File)
Jan 20 2024, 1:00 AM
Unknown Object (File)
Dec 22 2023, 11:31 PM
Unknown Object (File)
Dec 10 2023, 5:18 PM
Unknown Object (File)
Nov 6 2023, 11:21 PM
Unknown Object (File)
Oct 27 2023, 9:08 AM
Unknown Object (File)
Oct 10 2023, 6:24 PM
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