mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Add random and urandom.
This commit is contained in:
parent
a98ca4699e
commit
2226a9e686
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11922
12
etc/MAKEDEV
12
etc/MAKEDEV
@ -93,7 +93,7 @@
|
||||
# isdn* ISDN devices
|
||||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.106 1995/09/22 20:42:11 peter Exp $
|
||||
# $Id: MAKEDEV,v 1.107 1995/10/17 16:26:54 bde Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -872,6 +872,16 @@ pcaudio)
|
||||
chown root.wheel pcaudio pcaudioctl
|
||||
;;
|
||||
|
||||
random)
|
||||
rm -f random
|
||||
mknod random c 2 3; chmod 660 random; chown root.kmem random
|
||||
;;
|
||||
|
||||
urandom)
|
||||
rm -f urandom
|
||||
mknod urandom c 2 4; chmod 660 urandom; chown root.kmem urandom
|
||||
;;
|
||||
|
||||
socksys)
|
||||
rm -f socksys nfsd spx
|
||||
mknod socksys c 41 0
|
||||
|
@ -93,7 +93,7 @@
|
||||
# isdn* ISDN devices
|
||||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
#
|
||||
# $Id: MAKEDEV,v 1.106 1995/09/22 20:42:11 peter Exp $
|
||||
# $Id: MAKEDEV,v 1.107 1995/10/17 16:26:54 bde Exp $
|
||||
#
|
||||
|
||||
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
|
||||
@ -872,6 +872,16 @@ pcaudio)
|
||||
chown root.wheel pcaudio pcaudioctl
|
||||
;;
|
||||
|
||||
random)
|
||||
rm -f random
|
||||
mknod random c 2 3; chmod 660 random; chown root.kmem random
|
||||
;;
|
||||
|
||||
urandom)
|
||||
rm -f urandom
|
||||
mknod urandom c 2 4; chmod 660 urandom; chown root.kmem urandom
|
||||
;;
|
||||
|
||||
socksys)
|
||||
rm -f socksys nfsd spx
|
||||
mknod socksys c 41 0
|
||||
|
Loading…
Reference in New Issue
Block a user