Skip to content
Snippets Groups Projects
Commit c2302f57 authored by Guido Günther's avatar Guido Günther
Browse files

Dont' fail with aug-tools installed

Thanks; Manuel VIVES
Closes: #705528
parent 3069e177
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ Build-Depends: cdbs (>= 0.4.90~),
# for --with-storage-sheepdog
sheepdog [linux-any],
# For "make check"
augeas-tools,
dwarves,
libxml2-utils,
dnsmasq-base,
......
......@@ -3,8 +3,9 @@ Date: Thu, 26 Jun 2008 20:01:38 +0200
Subject: Allow libvirt group to access the socket
---
daemon/libvirtd.conf | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
daemon/libvirtd.conf | 8 ++++----
daemon/test_libvirtd.aug.in | 4 ----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/daemon/libvirtd.conf b/daemon/libvirtd.conf
index 47da520..bf0b92a 100644
......@@ -46,3 +47,20 @@ index 47da520..bf0b92a 100644
# Change the authentication scheme for TCP sockets.
#
diff --git a/daemon/test_libvirtd.aug.in b/daemon/test_libvirtd.aug.in
index 455b74a..3c4a0b7 100644
--- a/daemon/test_libvirtd.aug.in
+++ b/daemon/test_libvirtd.aug.in
@@ -9,12 +9,8 @@ module Test_libvirtd =
{ "listen_addr" = "192.168.0.1" }
{ "mdns_adv" = "1" }
{ "mdns_name" = "Virtualization Host Joe Demo" }
- { "unix_sock_group" = "libvirt" }
{ "unix_sock_ro_perms" = "0777" }
- { "unix_sock_rw_perms" = "0770" }
{ "unix_sock_dir" = "/var/run/libvirt" }
- { "auth_unix_ro" = "none" }
- { "auth_unix_rw" = "none" }
{ "auth_tcp" = "sasl" }
{ "auth_tls" = "none" }
{ "key_file" = "/etc/pki/libvirt/private/serverkey.pem" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment