mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-09-05 01:45:04 +03:00
Push unapplied fixups for previous patch
- Add augeas tests - Clarify vnc_auto_unix_socket precedence in qemu.conf
This commit is contained in:
@@ -271,6 +271,9 @@ log_filters=\"a\"
|
|||||||
|
|
||||||
# Auditing:
|
# Auditing:
|
||||||
audit_level = 2
|
audit_level = 2
|
||||||
|
|
||||||
|
# VNC socket
|
||||||
|
vnc_auto_unix_socket = 1
|
||||||
"
|
"
|
||||||
|
|
||||||
test Libvirtd.lns get conf =
|
test Libvirtd.lns get conf =
|
||||||
@@ -549,3 +552,6 @@ audit_level = 2
|
|||||||
{ "#empty" }
|
{ "#empty" }
|
||||||
{ "#comment" = "Auditing:" }
|
{ "#comment" = "Auditing:" }
|
||||||
{ "audit_level" = "2" }
|
{ "audit_level" = "2" }
|
||||||
|
{ "#empty" }
|
||||||
|
{ "#comment" = "VNC socket:" }
|
||||||
|
{ "vnc_auto_unix_socket" = "1" }
|
||||||
|
@@ -16,7 +16,8 @@
|
|||||||
# host machine, though most VNC clients do not support it.
|
# host machine, though most VNC clients do not support it.
|
||||||
#
|
#
|
||||||
# This will only be enabled for VNC configurations that do not have
|
# 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
|
# vnc_auto_unix_socket = 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user