1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

news: Introduce virConnectSetIdentity API in 5.8

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Han Han 2019-11-11 09:58:07 +08:00 committed by Andrea Bolognani
parent f6481dcaba
commit fe5841c3bb

View File

@ -389,6 +389,16 @@
backend. It requires QEMU newer than 4.1.
</description>
</change>
<change>
<summary>
Introduce virConnectSetIdentity API
</summary>
<description>
When split daemons are in use, this API is used to forward uid,
gid and SELinux info from <code>virproxyd</code> to other driver
daemons such as <code>virtqemud</code>.
</description>
</change>
</section>
<section title="Improvements">
<change>