fix(profiles): fix some abstraction definitions.
This commit is contained in:
parent
393e339b48
commit
56afb90084
3 changed files with 11 additions and 18 deletions
|
|
@ -86,15 +86,13 @@
|
|||
# changes, it's better to allow the whole range (240-254) instead of the single major numbers
|
||||
# visible in the /proc/devices file.
|
||||
# [1]: https://raw.githubusercontent.com/torvalds/linux/master/Documentation/admin-guide/devices.txt
|
||||
@{run}/udev/data/b252:[0-9]* r,
|
||||
@{run}/udev/data/b253:[0-9]* r,
|
||||
@{run}/udev/data/b24[0-9]:[0-9]* r,
|
||||
@{run}/udev/data/b25[0-4]:[0-9]* r,
|
||||
@{run}/udev/data/b259:[0-9]* r,
|
||||
@{run}/udev/data/c24[0-9]:[0-9]* r,
|
||||
@{run}/udev/data/c25[0-4]:[0-9]* r,
|
||||
|
||||
@{run}/udev/data/b230:[0-9]* r, # /dev/zvol*
|
||||
@{run}/udev/data/b11:[0-9]* r, # for /dev/sr*
|
||||
@{run}/udev/data/b179:[0-9]* r, # for /dev/mmcblk*
|
||||
@{run}/udev/data/b230:[0-9]* r, # for /dev/zvol*
|
||||
@{run}/udev/data/b7:[0-9]* r, # for /dev/loop*
|
||||
@{run}/udev/data/b8:[0-9]* r, # for /dev/sd*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue