From f924fe72436f2f216c919c58c7692748912b30a3 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Thu, 26 Aug 2021 16:53:36 -0600 Subject: [PATCH] NEWS: Mention new SecurityManager APIs for labeling network devices Signed-off-by: Jim Fehlig Reviewed-by: Andrea Bolognani --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index b9edb7dc68..00e68f87e2 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -33,6 +33,13 @@ v7.7.0 (unreleased) * Add flag ``VIR_INTERFACE_DEFINE_VALIDATE`` to validate interface input xml. For virsh, users can use it as ``iface-define --validate``. + * 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**