ktrace - Add kern.ktrace_suid, allowing suid/sgid execs to be ktraced.
commita735296cc61212d12c2b1c6bd5fa14d19f0f7918
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 2 Oct 2009 18:16:30 +0000 (2 11:16 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 2 Oct 2009 23:01:24 +0000 (2 16:01 -0700)
treef2da3e9b71e158babf9d00258df2210739bfa410
parent5febe8f5748ea5923d6465791c344a3a6138dee4
ktrace - Add kern.ktrace_suid, allowing suid/sgid execs to be ktraced.

* Defaults to off (secure).  May be set to non-zero to allow ktraces to
  ktrace through an suid/sgid exec, for debugging purposes only.
sys/kern/kern_exec.c