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

[PATCH] fix gentoo fb permission issue.

This commit is contained in:
gregkh@suse.de 2005-02-11 19:48:04 -08:00 committed by Greg KH
parent 5f2a5816cf
commit bc4235d38e

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