From owner-cvs-etc Sun Jan 28 11:10:44 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26198 for cvs-etc-outgoing; Sun, 28 Jan 1996 11:10:44 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26191 Sun, 28 Jan 1996 11:10:41 -0800 (PST) Date: Sun, 28 Jan 1996 11:10:41 -0800 (PST) From: Bruce Evans Message-Id: <199601281910.LAA26191@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-cvs-etc@FreeBSD.ORG Precedence: bulk bde 96/01/28 11:10:40 Modified: etc/etc.i386 MAKEDEV Log: Use umask disk_umask=037 for all (writable) disks. Use umask tape_umask=017 for all tapes. This has a significant effect only for ft and st (they were created with the wrong umask 002 and then chmod'ed to mode 640; now they are created with mode 660). Chmod the st control devices (mode 3) to 600. These need to be more secure than the st i/o devices, but were less secure. Use the default umask of 077 for joy0. 002 gave mode 664, which is insecure. Use umask 037 for ch*. Cosmetic. Removed redundant chmod's. Sorted case lists for disks. Revision Changes Path 1.111 +22 -28 src/etc/etc.i386/MAKEDEV