diff options
author | bde <bde@FreeBSD.org> | 1995-04-26 08:07:30 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-04-26 08:07:30 +0000 |
commit | 9f7c1b77acb518b161fa64c37b40fcae91f1229a (patch) | |
tree | e248e004d80c1b0dc96f4ef103757e1d2ce8f24e /etc/etc.i386/MAKEDEV | |
parent | fc953cf02d13a1d5cb260b017b59d093ae8ec9e8 (diff) | |
download | FreeBSD-src-9f7c1b77acb518b161fa64c37b40fcae91f1229a.zip FreeBSD-src-9f7c1b77acb518b161fa64c37b40fcae91f1229a.tar.gz |
Reviewed by: Gene Stark (starkhome!gene@sbstark.cs.sunysb.edu)
Change ownership of tw* from bin.bin to root.operator. Hardware devices
shouldn't be accessible to bin.
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r-- | etc/etc.i386/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 19b8b32..10970eb 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -77,7 +77,7 @@ # spigot Video Spigot video aquisition card # isdn* ISDN devices # -# $Id: MAKEDEV,v 1.82 1995/04/13 00:51:55 jkh Exp $ +# $Id: MAKEDEV,v 1.83 1995/04/23 12:02:21 ache Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -567,7 +567,7 @@ tw*) unit=`expr $i : 'tw\(.*\)'` rm -f tw$unit mknod tw$unit c 19 $unit - chown bin.bin tw$unit + chown root.operator tw$unit ;; # Use this to create virtual consoles for syscons, pcvt or codrv |