mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
This commit is contained in:
parent
31441f6a4b
commit
4df1d70329
@ -1,5 +1,8 @@
|
||||
# do not edit this file, it will be overwritten on update
|
||||
|
||||
SUBSYSTEM=="block", SYMLINK+="block/%M:%m"
|
||||
SUBSYSTEM!="block", SYMLINK+="char/%M:%m"
|
||||
|
||||
KERNEL=="pty[pqrstuvwxyzabcdef][0123456789abcdef]", GROUP="tty", MODE="0660", OPTIONS+="last_rule"
|
||||
KERNEL=="tty[pqrstuvwxyzabcdef][0123456789abcdef]", GROUP="tty", MODE="0660", OPTIONS+="last_rule"
|
||||
KERNEL=="ptmx", GROUP="tty", MODE="0666", OPTIONS+="last_rule"
|
||||
|
Loading…
Reference in New Issue
Block a user