summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2005-02-08 21:27:02 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 23:28:12 -0700
commitd35f580b25c20ccc965b00da2464f25c9a8fe62c (patch)
tree8e63baafc9d6d76a9ad71cbfbf54467bd65d9b68
parentfcbb427e0e54ee29a6d11a7130271de0c4edd9c1 (diff)
downloadsystemd-d35f580b25c20ccc965b00da2464f25c9a8fe62c.tar.gz
[PATCH] Fix gentoo bug #76056 (fb device group permissions.)
-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 c57e7d8239..9c267ebf8e 100644
--- a/etc/udev/gentoo/udev.rules
+++ b/etc/udev/gentoo/udev.rules
@@ -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", MODE="0600"
+KERNEL="fb[0-9]*", NAME="fb/%n", SYMLINK="%k", GROUP="video", MODE="0600"
# floppy devices
KERNEL="fd[0-9]*", NAME="floppy/%n", SYMLINK="%k", GROUP="floppy"