[libvirt PATCH 0/2] passt-related patches

Andrea Bolognani (2): rpm: Recommend passt-selinux news: Update for passt on SELinux/AppArmor support NEWS.rst | 6 ++++++ libvirt.spec.in | 1 + 2 files changed, 7 insertions(+) -- 2.39.2

Now that we have SELinux support for passt, we want things to work out of the box and that requires having the passt-specific SELinux bits installed. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index e62534c31d..b3fbf188a3 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -765,6 +765,7 @@ Requires: numad %endif %if (0%{?fedora} >= 36) || (0%{?rhel} >= 9) Recommends: passt +Recommends: passt-selinux %endif %description daemon-driver-qemu -- 2.39.2

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 490886beb4..e5b304786b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -35,6 +35,12 @@ v9.2.0 (unreleased) when the domain is defined, and its results are stored in the domain XML to be reused, unchanged, for all subsequent boots. + * qemu: passt now works when SELinux/AppArmor is enabled + + In the case of SELinux, this requires passt-specific support code to be + present in the host policy, so it might only work with upcoming operating + systems and not with existing ones. + * **Bug fixes** * qemu: Fix validation of the HPET timer -- 2.39.2
participants (2)
-
Andrea Bolognani
-
Laine Stump