[libvirt] [PATCH] qemu.conf: Change the example user from 'root' to 'qemu'

Kashyap Chamarthy kchamart at redhat.com
Fri Jun 1 12:08:38 UTC 2018


Signed-off-by: Kashyap Chamarthy <kchamart at redhat.com>
---
 src/qemu/qemu.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf
index 31738ff19c..444247cf31 100644
--- a/src/qemu/qemu.conf
+++ b/src/qemu/qemu.conf
@@ -403,13 +403,14 @@
 #
 #       user = "qemu"   # A user named "qemu"
 #       user = "+0"     # Super user (uid=0)
+#       user = 'root'   # The 'root' user
 #       user = "100"    # A user named "100" or a user with uid=100
 #
-#user = "root"
+#user = "qemu"
 
 # The group for QEMU processes run by the system instance. It can be
 # specified in a similar way to user.
-#group = "root"
+#group = "qemu"
 
 # Whether libvirt should dynamically change file ownership
 # to match the configured user/group above. Defaults to 1.
-- 
2.17.0




More information about the libvir-list mailing list