SVN: geninitrd/trunk/mod-udev.sh

arekm arekm at pld-linux.org
Thu Mar 21 08:42:41 CET 2013


Author: arekm
Date: Thu Mar 21 08:42:40 2013
New Revision: 12639

Modified:
   geninitrd/trunk/mod-udev.sh
Log:
Use PLD-like uid/gid and permissions for mdev created devices. Add some device nodes.

Modified: geninitrd/trunk/mod-udev.sh
==============================================================================
--- geninitrd/trunk/mod-udev.sh	(original)
+++ geninitrd/trunk/mod-udev.sh	Thu Mar 21 08:42:40 2013
@@ -121,19 +121,23 @@
 
 null		0:0 666
 zero		0:0 666
-urandom		0:0 444
+random		0:0 666
+urandom		0:0 666
 
+kmsg		0:0 644
 kmem		0:9 000
 mem		0:9 640
 port		0:9 640
 
+snapshot	0:0 600
+
 console		0:5 600
-ptmx		0:5 660
-tty[0-9]*	0:5 660
+ptmx		0:5 666
+tty[0-9]*	0:5 600
 
-ttyS[0-9]*	0:20 640
+ttyS[0-9]*	0:16 660
 
-fd[0-9]*	0:11 660
+fd[0-9]*	0:19 660
 
 sd[a-z]*	0:6 660
 hd[a-z]*	0:6 660


More information about the pld-cvs-commit mailing list