]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/libvirt/0002-Change-options-in-libvirtd.conf-for-IPFire.patch
reiserfsprogs: Update to 3.6.27
[ipfire-2.x.git] / src / patches / libvirt / 0002-Change-options-in-libvirtd.conf-for-IPFire.patch
1 From 69d6e8ce6c636f78d1db0eebe7fb1cc02ae4fb9a Mon Sep 17 00:00:00 2001
2 From: Jonatan Schlag <jonatan.schlag@ipfire.org>
3 Date: Mon, 6 Jun 2016 19:40:50 +0200
4 Subject: [PATCH 2/2] Change options in libvirtd.conf for IPFire
5
6 Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
7 ---
8 daemon/libvirtd.conf | 6 +++---
9 1 file changed, 3 insertions(+), 3 deletions(-)
10
11 diff --git a/daemon/libvirtd.conf b/daemon/libvirtd.conf
12 index ac06cdd..1a41914 100644
13 --- a/daemon/libvirtd.conf
14 +++ b/daemon/libvirtd.conf
15 @@ -87,14 +87,14 @@
16 # without becoming root.
17 #
18 # This is restricted to 'root' by default.
19 -#unix_sock_group = "libvirt"
20 +unix_sock_group = "libvirt-remote"
21
22 # Set the UNIX socket permissions for the R/O socket. This is used
23 # for monitoring VM status only
24 #
25 # Default allows any user. If setting group ownership, you may want to
26 # restrict this too.
27 -#unix_sock_ro_perms = "0777"
28 +unix_sock_ro_perms = "0770"
29
30 # Set the UNIX socket permissions for the R/W socket. This is used
31 # for full management of VMs
32 @@ -104,7 +104,7 @@
33 #
34 # If not using PolicyKit and setting group ownership for access
35 # control, then you may want to relax this too.
36 -#unix_sock_rw_perms = "0770"
37 +unix_sock_rw_perms = "0770"
38
39 # Set the UNIX socket permissions for the admin interface socket.
40 #
41 --
42 2.1.4
43