From: greg@kroah.com Date: Thu, 3 Feb 2005 08:22:31 +0000 (-0800) Subject: [PATCH] gentoo fb permission fix. X-Git-Tag: 051~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25e14ae1ef476fdc1d2b690b9426bd45bafd34e;p=systemd [PATCH] gentoo fb permission fix. --- diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index 6f71321f..7f708b63 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"