Module Name:    src
Committed By:   jakllsch
Date:           Sun Sep 19 20:52:23 UTC 2010

Modified Files:
        src/etc: MAKEDEV.tmpl

Log Message:
Make pci(4) device nodes root:wheel 0640 by default.
Mortals do not need to be able to generate PCI Configuration Space
read transactions, which are not entirely without side effect, as
reported in PR#16300.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/etc/MAKEDEV.tmpl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.135 src/etc/MAKEDEV.tmpl:1.136
--- src/etc/MAKEDEV.tmpl:1.135	Sun Aug 22 18:56:20 2010
+++ src/etc/MAKEDEV.tmpl	Sun Sep 19 20:52:23 2010
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#	$NetBSD: MAKEDEV.tmpl,v 1.135 2010/08/22 18:56:20 rmind Exp $
+#	$NetBSD: MAKEDEV.tmpl,v 1.136 2010/09/19 20:52:23 jakllsch Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1465,7 +1465,7 @@
 
 pci*)
 	unit=${i#pci}
-	mkdev pci$unit c %pci_chr% $unit 644
+	mkdev pci$unit c %pci_chr% $unit 640
 	;;
 
 dpti*)

Reply via email to