mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
docs: news: Update the release notes with the SEV permission fix
Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
850cfd75be
commit
f2b4039194
@ -50,6 +50,18 @@
|
||||
<section title="Improvements">
|
||||
</section>
|
||||
<section title="Bug fixes">
|
||||
<change>
|
||||
<summary>
|
||||
qemu: Use CAP_DAC_OVERRIDE during QEMU capabilities probing
|
||||
</summary>
|
||||
<description>
|
||||
By default, libvirt runs the QEMU process as <code>qemu:qemu</code>
|
||||
which could cause issues during probing as some features like AMD SEV
|
||||
might be inaccesible to QEMU because of file system permissions.
|
||||
Therefore, <code>CAP_DAC_OVERRIDE</code> is granted to overcome these
|
||||
for the purposes of probing.
|
||||
</description>
|
||||
</change>
|
||||
<change>
|
||||
<summary>
|
||||
storage: Add default mount options for fs/netfs storage pools
|
||||
|
Loading…
Reference in New Issue
Block a user