mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
[PATCH] add microcode rule to permissions.gentoo file
Add microcode rule, remove duplicate rtc and psaux rules, and order alphabetically.
This commit is contained in:
parent
eb6c7cd036
commit
41ffb32e8d
@ -57,12 +57,11 @@ KERNEL="loop[0-9]*", NAME="loop/%n", SYMLINK="%k"
|
||||
KERNEL="md[0-9]*", NAME="md/%n", SYMLINK="%k"
|
||||
|
||||
# misc devices
|
||||
KERNEL="rtc", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="psaux", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="agpgart", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="rtc", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="psaux", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="uinput", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="agpgart", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="microcode", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="psaux", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="rtc", NAME="misc/%k", SYMLINK="%k"
|
||||
KERNEL="uinput", NAME="misc/%k", SYMLINK="%k"
|
||||
|
||||
# pty devices
|
||||
KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k"
|
||||
|
Loading…
x
Reference in New Issue
Block a user