summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/MAKEDEV
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1998-09-16 00:10:26 +0000
committerken <ken@FreeBSD.org>1998-09-16 00:10:26 +0000
commit15f661935007c0c8bc9255a25ead531f7296acd4 (patch)
treef90e201f906302f2ad2d54b51838ae5820a52026 /etc/etc.i386/MAKEDEV
parentee0c7c1d4fae807a58d7e3fa1b36a63b87133c44 (diff)
downloadFreeBSD-src-15f661935007c0c8bc9255a25ead531f7296acd4.zip
FreeBSD-src-15f661935007c0c8bc9255a25ead531f7296acd4.tar.gz
Change the permissions for the transport layer (xpt) and passthrough (pass)
devices from 644 to 600. Reviewed by: imp, gibbs
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r--etc/etc.i386/MAKEDEV8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 5510138..668a4a3 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -107,7 +107,7 @@
# pci PCI configuration-space access from user mode
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
#
-# $Id: MAKEDEV,v 1.170 1998/09/10 18:47:20 phk Exp $
+# $Id: MAKEDEV,v 1.171 1998/09/15 10:21:35 gibbs Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -521,7 +521,7 @@ targ[0-9]*)
# CAM transport layer device
xpt*)
- umask $disk_umask
+ umask 077
# This major number is temporary
chr=104
name=xpt
@@ -536,11 +536,10 @@ xpt*)
chgrp operator %s%d;", \
name, i, name, i, name, i, c, i, \
name, i); }'`
- umask 077
;;
# CAM passthrough device
pass*|uk*)
- umask $disk_umask
+ umask 077
# This major number is temporary
chr=31
name=pass
@@ -555,7 +554,6 @@ pass*|uk*)
chgrp operator %s%d;", \
name, i, name, i, name, i, c, i, \
name, i); }'`
- umask 077
;;
pty*)
class=`expr $i : 'pty\(.*\)'`
OpenPOWER on IntegriCloud