ktrace - Add kern.ktrace_suid, allowing suid/sgid execs to be ktraced.
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 2 Oct 2009 18:16:30 +0000 (11:16 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 2 Oct 2009 18:16:30 +0000 (11:16 -0700)
commit5c627295bf5ad6364bd3914b62c1075f370443d6
treed24455114be260e2d5d9dbb5e6d16f5c50996768
parent3bb429514801bd5e1706f028d7eaf11bedfc5ce5
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