From: greg@kroah.com Date: Wed, 9 Feb 2005 05:27:02 +0000 (-0800) Subject: [PATCH] Fix gentoo bug #76056 (fb device group permissions.) X-Git-Tag: 052~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d35f580b25c20ccc965b00da2464f25c9a8fe62c;ds=sidebyside [PATCH] Fix gentoo bug #76056 (fb device group permissions.) --- diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index c57e7d823..9c267ebf8 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"