mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Add write to block
This commit is contained in:
parent
be2a66afff
commit
d538d2a718
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ profile udisksd @{exec_path} flags=(attach_disconnected) {
|
|||
@{sys}/class/ r,
|
||||
|
||||
@{sys}/devices/pci[0-9]*/**/{ata,usb,mmc}[0-9]/{,**/}uevent w,
|
||||
@{sys}/devices/virtual/block/*/** r,
|
||||
@{sys}/devices/virtual/block/*/** rw,
|
||||
@{sys}/devices/virtual/block/loop[0-9]*/uevent rw,
|
||||
|
||||
# For powering off USB devices
|
||||
|
|
Loading…
Reference in a new issue