- Add augeas tests
- Clarify vnc_auto_unix_socket precedence in qemu.conf
# Auditing:
audit_level = 2
+
+# VNC socket
+vnc_auto_unix_socket = 1
"
test Libvirtd.lns get conf =
{ "#empty" }
{ "#comment" = "Auditing:" }
{ "audit_level" = "2" }
+ { "#empty" }
+ { "#comment" = "VNC socket:" }
+ { "vnc_auto_unix_socket" = "1" }
# host machine, though most VNC clients do not support it.
#
# This will only be enabled for VNC configurations that do not have
-# a hardcoded 'listen' or 'socket' value.
+# a hardcoded 'listen' or 'socket' value. This setting takes preference
+# over vnc_listen.
#
# vnc_auto_unix_socket = 1