[PATCH] NEWS: Mention new SecurityManager APIs for labeling network devices

Jim Fehlig posted 1 patch 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210826225532.25947-1-jfehlig@suse.com
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] NEWS: Mention new SecurityManager APIs for labeling network devices
Posted by Jim Fehlig 2 years, 7 months ago
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 21df0e1602..744f445319 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,13 @@ v7.7.0 (unreleased)
 
 * **Improvements**
 
+  * Add SecurityManager APIs for labeling network devices
+
+    New ``virSecurityManagerSetNetdevLabel`` and ``virSecurityManagerSetNetdevLabel``
+    APIs are introduced and implemented in the Apparmor security driver.
+    The qemu driver uses the APIs to label vhostuser ports on hotplug and
+    restore labeling on unplug.
+
 * **Bug fixes**
 
 
-- 
2.32.0


Re: [PATCH] NEWS: Mention new SecurityManager APIs for labeling network devices
Posted by Andrea Bolognani 2 years, 7 months ago
On Thu, Aug 26, 2021 at 04:55:32PM -0600, Jim Fehlig wrote:
>  * **Improvements**
>
> +  * Add SecurityManager APIs for labeling network devices
> +
> +    New ``virSecurityManagerSetNetdevLabel`` and ``virSecurityManagerSetNetdevLabel``
> +    APIs are introduced and implemented in the Apparmor security driver.
> +    The qemu driver uses the APIs to label vhostuser ports on hotplug and
> +    restore labeling on unplug.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization