Update lvm

This commit is contained in:
curiosityseeker 2023-09-05 18:34:23 +02:00 committed by GitHub
parent 82bec84380
commit 72a3c37636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{bin}/lvm @{exec_path} = @{bin}/lvm
profile lvm @{exec_path} { profile lvm @{exec_path} flags=(attach_disconnected) {
include <abstractions/base> include <abstractions/base>
include <abstractions/consoles> include <abstractions/consoles>
include <abstractions/dbus-strict> include <abstractions/dbus-strict>
@ -43,5 +43,7 @@ profile lvm @{exec_path} {
/dev/**/ r, /dev/**/ r,
/dev/mapper/control rw, /dev/mapper/control rw,
deny /apparmor/.null rw,
include if exists <local/lvm> include if exists <local/lvm>
} }