From 87a2ee48a6ae6584b8637aadfc0901c8a42df448 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 5 Mar 1997 14:04:00 +0000 Subject: Now that we can read from a worm device, handle their permissions as we do for other disk devices, too. --- etc/MAKEDEV | 5 ++++- etc/etc.i386/MAKEDEV | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 0977480..2f5f210 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -103,7 +103,7 @@ # perfmon CPU performance-monitoring counters # pci PCI configuration-space access from user mode # -# $Id$ +# $Id: MAKEDEV,v 1.137 1997/03/03 16:13:35 bde Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -477,6 +477,7 @@ uk*) ;; worm*) + umask $disk_umask unit=`expr $i : 'worm\(.*\)'` if [ "X${unit}" = "X" ]; then unit=0 @@ -488,6 +489,8 @@ worm*) mknod ${name}${unit} b $blk ${unit} rm -f r${name}${unit} mknod r${name}${unit} c $chr ${unit} + chgrp operator ${name}${unit} r${name}${unit} + umask 077 rm -f r${name}${unit}.ctl mknod r${name}${unit}.ctl c $chr `expr $unit + $scsictl ` ;; diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 0977480..2f5f210 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -103,7 +103,7 @@ # perfmon CPU performance-monitoring counters # pci PCI configuration-space access from user mode # -# $Id$ +# $Id: MAKEDEV,v 1.137 1997/03/03 16:13:35 bde Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -477,6 +477,7 @@ uk*) ;; worm*) + umask $disk_umask unit=`expr $i : 'worm\(.*\)'` if [ "X${unit}" = "X" ]; then unit=0 @@ -488,6 +489,8 @@ worm*) mknod ${name}${unit} b $blk ${unit} rm -f r${name}${unit} mknod r${name}${unit} c $chr ${unit} + chgrp operator ${name}${unit} r${name}${unit} + umask 077 rm -f r${name}${unit}.ctl mknod r${name}${unit}.ctl c $chr `expr $unit + $scsictl ` ;; -- cgit v1.1