fix: disk-write need access to /dev/mapper/ too.

This commit is contained in:
Alexandre Pujol 2022-12-07 20:41:07 +00:00
parent 53e04cc10e
commit bec892b179
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -38,6 +38,7 @@
# LUKS/LVM (device-mapper) devices
/dev/dm-[0-9]* rwk,
/dev/mapper/{,*} rw,
@{sys}/devices/virtual/block/dm-[0-9]*/ r,
@{sys}/devices/virtual/block/dm-[0-9]*/** r,