1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-30 14:55:26 +03:00

[PATCH] Fix gentoo bug #76056 (fb device group permissions.)

This commit is contained in:
greg@kroah.com 2005-02-08 21:27:02 -08:00 committed by Greg KH
parent fcbb427e0e
commit d35f580b25

View File

@ -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"