Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 1996 11:10:41 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-etc
Subject:   cvs commit: src/etc/etc.i386 MAKEDEV
Message-ID:  <199601281910.LAA26191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/01/28 11:10:40

  Modified:    etc/etc.i386  MAKEDEV
  Log:
  Use umask disk_umask=037 for all (writable) disks.  Use umask
  tape_umask=017 for all tapes.  This has a significant effect only
  for ft and st (they were created with the wrong umask 002 and then
  chmod'ed to mode 640; now they are created with mode 660).
  
  Chmod the st control devices (mode 3) to 600.  These need to be
  more secure than the st i/o devices, but were less secure.
  
  Use the default umask of 077 for joy0.  002 gave mode 664, which
  is insecure.
  
  Use umask 037 for ch*.  Cosmetic.
  
  Removed redundant chmod's.
  
  Sorted case lists for disks.
  
  Revision  Changes    Path
  1.111     +22 -28    src/etc/etc.i386/MAKEDEV



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601281910.LAA26191>