mirror of
https://github.com/systemd/systemd.git
synced 2026-07-16 12:30:23 +00:00
connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user