From: Han Han Date: Mon, 11 Nov 2019 01:58:07 +0000 (+0800) Subject: news: Introduce virConnectSetIdentity API in 5.8 X-Git-Tag: v6.0.0-rc1~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5841c3bb321ad978a0f3956e2c6a11ce3cb8b3;p=thirdparty%2Flibvirt.git news: Introduce virConnectSetIdentity API in 5.8 Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- 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. + +