Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/etc Pull up revision 1.45 (requested by elad in ticket #4...



details:   https://anonhg.NetBSD.org/src/rev/0889ebe7545b
branches:  netbsd-3
changeset: 576367:0889ebe7545b
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 15:49:36 2005 +0000

description:
Pull up revision 1.45 (requested by elad in ticket #487):
Don't allow unprivileged users to access the veriexec device.

diffstat:

 etc/MAKEDEV.tmpl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 88944398a0e5 -r 0889ebe7545b etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Sat Jul 02 15:49:20 2005 +0000
+++ b/etc/MAKEDEV.tmpl  Sat Jul 02 15:49:36 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV.tmpl,v 1.40.2.3 2005/06/10 15:21:53 tron Exp $
+#      $NetBSD: MAKEDEV.tmpl,v 1.40.2.4 2005/07/02 15:49:36 tron Exp $
 #
 # Copyright (c) 2003 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1170,7 +1170,7 @@
        ;;
 
 veriexec)
-       mkdev veriexec c %veriexec_chr% 0 644
+       mkdev veriexec c %veriexec_chr% 0 600
        ;;
 
 ttyv*)



Home | Main Index | Thread Index | Old Index