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)
Sun, Mar 16, 8:40 PM
Unknown Object (File)
Feb 7 2025, 9:37 PM
Unknown Object (File)
Jan 8 2025, 7:03 PM
Unknown Object (File)
Dec 11 2024, 2:55 AM
Unknown Object (File)
Nov 24 2024, 10:27 AM
Unknown Object (File)
Nov 24 2024, 10:27 AM
Unknown Object (File)
Nov 23 2024, 7:27 PM
Unknown Object (File)
Nov 23 2024, 6:49 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