From: gregkh@suse.de Date: Sat, 12 Feb 2005 03:48:04 +0000 (-0800) Subject: [PATCH] fix gentoo fb permission issue. X-Git-Tag: 053~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4235d38ea39593169f473267de2d49bf278844;p=systemd [PATCH] fix gentoo fb permission issue. --- diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index 52e12541..9d109d09 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", 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"