Disks: support large number of disks.
Fix: #4 See: https://github.com/torvalds/linux/blob/master/Documentation/admin-guide/devices.txt
This commit is contained in:
parent
ddc9fdef45
commit
b52cbe564c
11 changed files with 23 additions and 23 deletions
|
|
@ -9,8 +9,8 @@
|
|||
/dev/ r,
|
||||
|
||||
# Regular disk/partition devices
|
||||
/dev/{s,v}d[a-z] rk,
|
||||
/dev/{s,v}d[a-z][0-9]* rk,
|
||||
/dev/{s,v}d[a-z]* rk,
|
||||
/dev/{s,v}d[a-z]*[0-9]* rk,
|
||||
@{sys}/devices/pci[0-9]*/**/block/{s,v}d[a-z]/ r,
|
||||
@{sys}/devices/pci[0-9]*/**/block/{s,v}d[a-z]/** r,
|
||||
@{sys}/devices/pci[0-9]*/**/{usb,ata}[0-9]/** r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue