Date: Mon, 17 Feb 1997 02:58:49 -0800 (PST) From: David Greenman <davidg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_fork.c Message-ID: <199702171058.CAA08276@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 97/02/17 02:58:48 Modified: sys/kern kern_fork.c Log: Pass P_SUGID on to the child of a fork(). It was possible to get rlogin to coredump previously since it (somewhat uniquely) is setuid and forks without execing, and thus without passing P_SUGID the child could coredump and possibly divulge sensitive information (such as encrypted passwords from the passwd database). Revision Changes Path 1.31 +4 -0 src/sys/kern/kern_fork.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702171058.CAA08276>