fix permissions on kUmem and drum
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Fri, 11 Oct 1985 08:05:04 +0000 (00:05 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Fri, 11 Oct 1985 08:05:04 +0000 (00:05 -0800)
SCCS-vsn: etc/etc.vax/MAKEDEV 4.21

usr/src/etc/etc.vax/MAKEDEV

index e6b96f5..30f0500 100644 (file)
@@ -4,7 +4,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)MAKEDEV     4.20 (Berkeley) %G%
+#      @(#)MAKEDEV     4.21 (Berkeley) %G%
 #
 # Device "make" file.  Valid arguments:
 #      std     standard devices
 #
 # Device "make" file.  Valid arguments:
 #      std     standard devices
@@ -49,12 +49,12 @@ case $i in
 
 std)
        /etc/mknod console      c 0 0
 
 std)
        /etc/mknod console      c 0 0
-       /etc/mknod drum         c 7 0   ; chmod 644 drum
+       /etc/mknod drum         c 7 0   ; chmod 640 drum ; chgrp kmem drum
        /etc/mknod floppy       c 8 0
        /etc/mknod crl          c 35 0
        /etc/mknod tu0          b 8 0
        /etc/mknod tu1          b 8 1
        /etc/mknod floppy       c 8 0
        /etc/mknod crl          c 35 0
        /etc/mknod tu0          b 8 0
        /etc/mknod tu1          b 8 1
-       /etc/mknod kUmem        c 3 3   ;: no one has ever tried using this
+       /etc/mknod kUmem        c 3 3   ; chmod 600 kUmem ; :untested
        /etc/mknod kmem         c 3 1   ; chmod 640 kmem ; chgrp kmem kmem
        /etc/mknod mem          c 3 0   ; chmod 640 mem ; chgrp kmem mem
        /etc/mknod null         c 3 2   ; chmod 666 null
        /etc/mknod kmem         c 3 1   ; chmod 640 kmem ; chgrp kmem kmem
        /etc/mknod mem          c 3 0   ; chmod 640 mem ; chgrp kmem mem
        /etc/mknod null         c 3 2   ; chmod 666 null