mirror of https://gitee.com/openkylin/libvirt.git
apparmor_profiles_local_include
Include local apparmor profile Forwarded: not-needed Gbp-Pq: Topic debian Gbp-Pq: Name apparmor_profiles_local_include.patch
This commit is contained in:
parent
2a83111e16
commit
848e5aff27
|
@ -116,3 +116,6 @@
|
|||
deny /sys/fs/cgrou[^p]*{,/**} wklx,
|
||||
deny /sys/fs/cgroup?*{,/**} wklx,
|
||||
deny /sys/fs?*{,/**} wklx,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
#include <local/abstractions/libvirt-lxc>
|
||||
|
|
|
@ -253,3 +253,6 @@
|
|||
# required for QEMU accessing UEFI nvram variables
|
||||
owner /var/lib/libvirt/qemu/nvram/*_VARS.fd rwk,
|
||||
owner /var/lib/libvirt/qemu/nvram/*_VARS.ms.fd rwk,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
#include <local/abstractions/libvirt-qemu>
|
||||
|
|
|
@ -71,5 +71,6 @@ profile virt-aa-helper @libexecdir@/virt-aa-helper {
|
|||
/**.[iI][sS][oO] r,
|
||||
/**/disk{,.*} r,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
#include <local/usr.lib.libvirt.virt-aa-helper>
|
||||
}
|
||||
|
|
|
@ -138,4 +138,7 @@ profile libvirtd @sbindir@/libvirtd flags=(attach_disconnected) {
|
|||
|
||||
/usr/{lib,lib64,lib/qemu,libexec}/qemu-bridge-helper rmix,
|
||||
}
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
#include <local/usr.sbin.libvirtd>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue