summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-26 08:07:30 +0000
committerbde <bde@FreeBSD.org>1995-04-26 08:07:30 +0000
commit9f7c1b77acb518b161fa64c37b40fcae91f1229a (patch)
treee248e004d80c1b0dc96f4ef103757e1d2ce8f24e /etc/MAKEDEV
parentfc953cf02d13a1d5cb260b017b59d093ae8ec9e8 (diff)
downloadFreeBSD-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/MAKEDEV')
-rw-r--r--etc/MAKEDEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 19b8b32..10970eb 100644
--- a/etc/MAKEDEV
+++ b/etc/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
OpenPOWER on IntegriCloud