看板 DFBSD_commit 關於我們 聯絡資訊
commit 5c627295bf5ad6364bd3914b62c1075f370443d6 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Oct 2 11:16:30 2009 -0700 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. Summary of changes: sys/kern/kern_exec.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5c627295bf5ad6364bd3914b62c1075f370443d6 -- DragonFly BSD source repository