Browse Source

let other read /dev/pci (so that they can call ioctl(..., PCIOCREAD, ...))

OPENBSD_3_0
matthieu 23 years ago
parent
commit
af097905b2
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/etc/etc.i386/MAKEDEV
  2. +2
    -2
      src/etc/etc.powerpc/MAKEDEV

+ 2
- 2
src/etc/etc.i386/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.98 2001/06/23 03:34:34 matthieu Exp $
# $OpenBSD: MAKEDEV,v 1.99 2001/06/24 04:23:50 matthieu Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -746,7 +746,7 @@ pci*)
rm -f pci
mknod pci c 72 0
chown root.kmem pci
chmod 660 pci
chmod 664 pci
;;
local)


+ 2
- 2
src/etc/etc.powerpc/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.47 2001/06/23 03:34:34 matthieu Exp $
# $OpenBSD: MAKEDEV,v 1.48 2001/06/24 04:23:51 matthieu Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -558,7 +558,7 @@ pci*)
rm -f pci
mknod pci c 71 0
chown root.kmem pci
chmod 660 pci
chmod 664 pci
;;
random|srandom|urandom|prandom|arandom)


Loading…
Cancel
Save