diff --git a/docs/news.xml b/docs/news.xml index e9b6bb7c65..f2985c4da0 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -79,6 +79,19 @@ qemu: Add support for ARMv6l guests + + + Remember original owners and SELinux labels of files + + + When a domain is starting up libvirt changes DAC and + SELinux labels so that domain can access it. However, + it never remembered the original labels and therefore + the file was returned back to root:root. + With this release, the original labels are remembered + and restored properly. + +