提交 1e1f7a89 编写于 作者: C Cole Robinson

Push unapplied fixups for previous patch

- Add augeas tests
- Clarify vnc_auto_unix_socket precedence in qemu.conf
上级 a942ea06
...@@ -271,6 +271,9 @@ log_filters=\"a\" ...@@ -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 ...@@ -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 @@ ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册