Author: bryan
Date: 2009-05-17 23:19:52 -0600 (Sun, 17 May 2009)
New Revision: 8891

Modified:
   trunk/BOOK/udev-config/55-lfs.rules
   trunk/BOOK/udev-config/ChangeLog
Log:
Adopt udev settings (permissions) for random, urandom, kmsg, and input devices 
(including psaux, which probably doesn't exist anymore anyway).



Modified: trunk/BOOK/udev-config/55-lfs.rules
===================================================================
--- trunk/BOOK/udev-config/55-lfs.rules 2009-05-18 04:27:23 UTC (rev 8890)
+++ trunk/BOOK/udev-config/55-lfs.rules 2009-05-18 05:19:52 UTC (rev 8891)
@@ -2,12 +2,7 @@
 
 # Core kernel devices
 
-# override both of these
-KERNEL=="random",   MODE="0444"
-KERNEL=="urandom",  MODE="0444"
-
 KERNEL=="aio",      MODE="0444"
-KERNEL=="kmsg",     MODE="0600"
 KERNEL=="rtc",      MODE="0666"
 
 # Comms devices
@@ -44,14 +39,8 @@
 
 # Input devices
 
-# override MODE on these four
-KERNEL=="mice",     MODE="0644",       SYMLINK+="mouse"
-KERNEL=="mouse*",   MODE="0644"
-KERNEL=="event*",   MODE="0644"
-KERNEL=="ts*",      MODE="0644"
+KERNEL=="mice",     SYMLINK+="mouse"
 
-KERNEL=="psaux",    MODE="0644"
-
 # DRI devices are managed by the X server, so prevent udev from creating them
 
 KERNEL=="card*",    OPTIONS+="ignore_device"

Modified: trunk/BOOK/udev-config/ChangeLog
===================================================================
--- trunk/BOOK/udev-config/ChangeLog    2009-05-18 04:27:23 UTC (rev 8890)
+++ trunk/BOOK/udev-config/ChangeLog    2009-05-18 05:19:52 UTC (rev 8891)
@@ -1,3 +1,8 @@
+2009-05-16     Bryan Kadzban <[email protected]>
+       * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and
+         input devices (including psaux, which probably doesn't exist anymore
+         anyway).
+
 2009-05-16     Matt Burgess <[email protected]>
        * 55-lfs.rules: Remove the block rule as it was only setting
          permissions that Udev will set by default

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to