summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2005-02-03 00:22:31 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 23:24:19 -0700
commitd25e14ae1ef476fdc1d2b690b9426bd45bafd34e (patch)
tree165f4960571df58f132f99ccbdd40100e598ef72
parent85a953c0eeb66260f77bd69a255034af18cdbba0 (diff)
[PATCH] gentoo fb permission fix.
-rw-r--r--etc/udev/gentoo/udev.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules
index 6f71321fb..7f708b631 100644
--- a/etc/udev/gentoo/udev.rules
+++ b/etc/udev/gentoo/udev.rules
@@ -56,7 +56,7 @@ KERNEL="dm-[0-9]*", NAME=""
KERNEL="device-mapper", NAME="mapper/control"
# fb devices
-KERNEL="fb[0-9]*", NAME="fb/%n", SYMLINK="%k"
+KERNEL="fb[0-9]*", NAME="fb/%n", SYMLINK="%k", MODE="0600"
# floppy devices
KERNEL="fd[0-9]*", NAME="floppy/%n", SYMLINK="%k", GROUP="floppy"