]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] fix gentoo fb permission issue.
authorgregkh@suse.de <gregkh@suse.de>
Sat, 12 Feb 2005 03:48:04 +0000 (19:48 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:35:15 +0000 (23:35 -0700)
etc/udev/gentoo/udev.rules

index 52e12541f1563eafd568d93d073fbdfe9b55c99c..9d109d09305ceafe262f695c6345ded29af55b51 100644 (file)
@@ -60,7 +60,7 @@ KERNEL="dm-[0-9]*",   NAME=""
 KERNEL="device-mapper",        NAME="mapper/control"
 
 # fb devices
-KERNEL="fb[0-9]*",     NAME="fb/%n", SYMLINK="%k", GROUP="video", MODE="0600"
+KERNEL="fb[0-9]*",     NAME="fb/%n", SYMLINK="%k", GROUP="video"
 
 # floppy devices
 KERNEL="fd[0-9]*",     NAME="floppy/%n", SYMLINK="%k", GROUP="floppy"