]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: fix typo in qemu-passthrough-security
authorNgai-Mint Kwan <28817515-nmkwan@users.noreply.gitlab.com>
Tue, 1 Jul 2025 16:55:23 +0000 (16:55 +0000)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 4 Jul 2025 13:37:07 +0000 (15:37 +0200)
Signed-off-by: Ngai-Mint Kwan <ngai-mint.kwan@intel.com>
docs/kbase/qemu-passthrough-security.rst

index ae395de4a1bc079a3c4d0bf48882c18e66a812f7..9e13abb8afde8f466aa91a54575d3ccf57d68af1 100644 (file)
@@ -139,7 +139,7 @@ As a last resort it is possible to disable security protection host wide which
 will affect all virtual machines. These settings are all made in
 ``/etc/libvirt/qemu.conf``
 
-* SELinux - set ``security_default_confied = 0`` to make QEMU run unconfined by
+* SELinux - set ``security_default_confined = 0`` to make QEMU run unconfined by
   default, while still allowing explicit opt-in to SELinux for VMs.
 
 * DAC - set ``user = root`` and ``group = root`` to make QEMU run as the root