mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
fix: disk-write need access to /dev/mapper/ too.
This commit is contained in:
parent
53e04cc10e
commit
bec892b179
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user