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:
parent
fcbb427e0e
commit
d35f580b25
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user