chiark / gitweb /
[PATCH] tweak the gentoo default permission rules as they are wrong for tty and misc...
authorgreg@kroah.com <greg@kroah.com>
Tue, 15 Jun 2004 04:33:01 +0000 (21:33 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:47 +0000 (21:35 -0700)
etc/udev/udev.permissions.gentoo

index 6c422b8ce769bd3a85e72e39649ca8d5ed3ff49e..e25715151282b5e01476a655d2acffa3071ed39e 100644 (file)
@@ -3,7 +3,8 @@
 
 # console devices
 console:root:tty:0600
-tty[0-9][0-9]*:root:tty:0660
+tty:root:tty:0666
+tty[0-9]*:root:tty:0660
 vc/[0-9]*:root:tty:0660
 
 # pty devices
@@ -45,8 +46,8 @@ null:root:root:0666
 zero:root:root:0666
 
 # misc devices
-nvram:root:root:0660
-rtc:root:root:0660
+misc/nvram:root:root:0660
+misc/rtc:root:root:0660
 
 # floppy devices
 fd[01]*:root:floppy:0660