diff options
-rw-r--r-- | etc/udev/gentoo/udev.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index 6f71321fb8..7f708b631f 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" |