mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
[PATCH] add inotify to the rules for gentoo
This commit is contained in:
parent
f4949c53e6
commit
069410dbb4
@ -48,6 +48,7 @@ zero:root:root:0666
|
||||
# misc devices
|
||||
misc/nvram:root:root:0660
|
||||
misc/rtc:root:root:0664
|
||||
misc/inotify:root:root:0666
|
||||
|
||||
# floppy devices
|
||||
fd[01]*:root:floppy:0660
|
||||
|
@ -62,6 +62,7 @@ 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"
|
||||
KERNEL="inotify", 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