CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/02 11:04:35
Modified files:
sys/dev : systrace.c
sys/kern : kern_descrip.c kern_event.c kern_exec.c
kern_fork.c kern_ktrace.c kern_prot.c
kern_sig.c sys_process.c
sys/miscfs/procfs: procfs_vnops.c
sys/sys : proc.h
Log message:
Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so
that you can't evade the checks by doing the dirty work in an rthread
ok blambert@, deraadt@
