mirror of https://gitee.com/openkylin/libvirt.git
security: aa-helper: allow virt-aa-helper to read .vhd images
VHD images can be used as any other, so we should add them to the list of types that virt-aa-helper can read when creating the per-guest rules for backing files. Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com> Acked-by: Jamie Strandboge <jamie@canonical.com>
This commit is contained in:
parent
7711a7346a
commit
bc85411c49
|
@ -63,6 +63,7 @@ profile virt-aa-helper /usr/{lib,lib64}/libvirt/virt-aa-helper {
|
||||||
/**.qcow{,2} r,
|
/**.qcow{,2} r,
|
||||||
/**.qed r,
|
/**.qed r,
|
||||||
/**.vmdk r,
|
/**.vmdk r,
|
||||||
|
/**.vhd r,
|
||||||
/**.[iI][sS][oO] r,
|
/**.[iI][sS][oO] r,
|
||||||
/**/disk{,.*} r,
|
/**/disk{,.*} r,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue