From owner-cvs-etc Sun Dec 3 09:26:44 1995 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA09275 for cvs-etc-outgoing; Sun, 3 Dec 1995 09:26:44 -0800 Received: (from markm@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA09242 ; Sun, 3 Dec 1995 09:26:25 -0800 Date: Sun, 3 Dec 1995 09:26:25 -0800 From: Mark Murray Message-Id: <199512031726.JAA09242@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-cvs-etc@FreeBSD.ORG Precedence: bulk markm 95/12/03 09:26:23 Modified: etc/etc.i386 MAKEDEV Log: Move the creation of the *random devices to the same "target" as the rest of the memory group - std. Also correct the permissions so as not to force a security hole. If /dev/*random have the permission 640 and ownership bin.kmem, it forces applications that need random numbers to be at least SGID. Picture the scene of a SGID PGP being able to read /dev/kmem! Revision Changes Path 1.109 +5 -13 src/etc/etc.i386/MAKEDEV From owner-cvs-etc Sat Dec 9 11:40:33 1995 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA09259 for cvs-etc-outgoing; Sat, 9 Dec 1995 11:40:33 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA09240 Sat, 9 Dec 1995 11:40:19 -0800 (PST) Date: Sat, 9 Dec 1995 11:40:19 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199512091940.LAA09240@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc rc Sender: owner-cvs-etc@FreeBSD.ORG Precedence: bulk ache 95/12/09 11:40:17 Modified: etc rc Log: Use absolute path for sendmail daemon or sendmail can't find itself on SIGHUP. Revision Changes Path 1.79 +2 -2 src/etc/rc