nectar d8897f84c8 For processes which are set-user-ID or set-group-ID, the kernel performs a few
special actions for safety.  One of these is to make sure that file descriptors
0..2 are in use, by opening /dev/null for those that are not already open.
Another is to close any file descriptors 0..2 that reference procfs.  However,
these checks were made out of order, so that it was still possible for a
set-user-ID or set-group-ID process to be started with some of the file
descriptors 0..2 unused.

Submitted by:	Georgi Guninski <guninski@guninski.com>
2002-07-30 15:38:29 +00:00
..
2002-06-19 20:44:48 +00:00
2002-05-16 21:28:32 +00:00
2002-07-20 02:56:34 +00:00
2002-07-30 02:04:56 +00:00
2002-06-29 17:26:22 +00:00
2002-07-30 11:03:50 +00:00
2002-06-30 03:01:44 +00:00
2002-07-26 08:07:55 +00:00
2002-06-29 17:26:22 +00:00
2002-07-30 12:02:41 +00:00