QEMU guest virtual disks compatibility

This commit is contained in:
nobodysu 2021-12-01 02:18:38 +03:00
parent 8fc279fa27
commit 0f50672486
7 changed files with 28 additions and 28 deletions

View file

@ -101,7 +101,7 @@ profile conky @{exec_path} {
# Display the hard disk model name
@{sys}/devices/pci[0-9]*/**/{usb,ata}[0-9]/**/model r,
@{sys}/block/sd[a-z]/device/model r,
@{sys}/block/{s,v}d[a-z]/device/model r,
# Display the disk write/read speed
@{PROC}/diskstats r,
# Get the mount point names

View file

@ -53,7 +53,7 @@ profile fatresize @{exec_path} {
@{sys}/firmware/efi/efivars/SecureBoot-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]* r,
# file_inherit
/dev/sd[a-z] rw,
/dev/{s,v}d[a-z] rw,
}