From fe5841c3bb321ad978a0f3956e2c6a11ce3cb8b3 Mon Sep 17 00:00:00 2001 From: Han Han Date: Mon, 11 Nov 2019 09:58:07 +0800 Subject: [PATCH] news: Introduce virConnectSetIdentity API in 5.8 Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 6532ab84c6..2eb3bfdf6e 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -389,6 +389,16 @@ backend. It requires QEMU newer than 4.1. + + + Introduce virConnectSetIdentity API + + + When split daemons are in use, this API is used to forward uid, + gid and SELinux info from virproxyd to other driver + daemons such as virtqemud. + +
-- 2.47.2