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.
This commit is contained in:
jakllsch 2010-09-19 20:52:23 +00:00
parent f0583e593c
commit ae196f9835
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ agp*)
pci*)
unit=${i#pci}
mkdev pci$unit c %pci_chr% $unit 644
mkdev pci$unit c %pci_chr% $unit 640
;;
dpti*)