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)
Tue, Apr 22, 3:41 PM
Unknown Object (File)
Tue, Apr 22, 2:47 PM
Unknown Object (File)
Tue, Apr 22, 2:22 PM
Unknown Object (File)
Tue, Apr 22, 2:19 PM
Unknown Object (File)
Tue, Apr 22, 2:13 PM
Unknown Object (File)
Tue, Apr 22, 2:11 PM
Unknown Object (File)
Tue, Apr 22, 2:04 PM
Unknown Object (File)
Tue, Apr 22, 2:03 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