mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
Push unapplied fixups for previous patch
- Add augeas tests - Clarify vnc_auto_unix_socket precedence in qemu.conf
This commit is contained in:
parent
a942ea0692
commit
1e1f7a8950
@ -271,6 +271,9 @@ log_filters=\"a\"
|
||||
|
||||
# Auditing:
|
||||
audit_level = 2
|
||||
|
||||
# VNC socket
|
||||
vnc_auto_unix_socket = 1
|
||||
"
|
||||
|
||||
test Libvirtd.lns get conf =
|
||||
@ -549,3 +552,6 @@ audit_level = 2
|
||||
{ "#empty" }
|
||||
{ "#comment" = "Auditing:" }
|
||||
{ "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.
|
||||
#
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user