From owner-freebsd-hackers Wed Jan 31 19:19:15 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA15853 for hackers-outgoing; Wed, 31 Jan 1996 19:19:15 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA15840 for ; Wed, 31 Jan 1996 19:18:54 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA07238; Thu, 1 Feb 1996 14:17:02 +1100 Date: Thu, 1 Feb 1996 14:17:02 +1100 From: Bruce Evans Message-Id: <199602010317.OAA07238@godzilla.zeta.org.au> To: dgy@rtd.com, freebsd-hackers@freefall.freebsd.org Subject: Re: 2.1R MAKEDEV patch? Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > - changes the st* devices (raw, norewind and eject) to allow members > of the group to write them. Otherwise, owner (root) would be required > to perform dumps, etc. > - changes the control devices for st* (i.e. st*ctl.*) to prevent anyone > BUT the owner from accessing them. This is now consistent with all > other *ctl devices in the script. This is in -current. Someone should copy it to -stable after it has been tested a bit. > - explicitly chmod the lpctl and pcaudioctl devices to 600 (even though > the script's umask causes them to be 600, anyway!) No, the umask is reliable and is relied on in many other places. Bruce