]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/libvirt/0002-Change-options-in-libvirtd.conf-for-IPFire.patch
Merge branch 'next'
[ipfire-2.x.git] / src / patches / libvirt / 0002-Change-options-in-libvirtd.conf-for-IPFire.patch
diff --git a/src/patches/libvirt/0002-Change-options-in-libvirtd.conf-for-IPFire.patch b/src/patches/libvirt/0002-Change-options-in-libvirtd.conf-for-IPFire.patch
deleted file mode 100644 (file)
index ff6cb62..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-From 69d6e8ce6c636f78d1db0eebe7fb1cc02ae4fb9a Mon Sep 17 00:00:00 2001
-From: Jonatan Schlag <jonatan.schlag@ipfire.org>
-Date: Mon, 6 Jun 2016 19:40:50 +0200
-Subject: [PATCH 2/2] Change options in libvirtd.conf for IPFire
-
-Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
-
---- a/src/remote/libvirtd.conf~        2018-10-24 09:12:31.045030419 +0100
-+++ b/src/remote/libvirtd.conf 2018-10-24 09:12:33.443109098 +0100
-@@ -82,14 +82,14 @@
- # without becoming root.
- #
- # This is restricted to 'root' by default.
--#unix_sock_group = "libvirt"
-+unix_sock_group = "libvirt-remote"
- # Set the UNIX socket permissions for the R/O socket. This is used
- # for monitoring VM status only
- #
- # Default allows any user. If setting group ownership, you may want to
- # restrict this too.
--#unix_sock_ro_perms = "0777"
-+unix_sock_ro_perms = "0770"
- # Set the UNIX socket permissions for the R/W socket. This is used
- # for full management of VMs
-@@ -99,7 +99,7 @@
- #
- # If not using PolicyKit and setting group ownership for access
- # control, then you may want to relax this too.
--#unix_sock_rw_perms = "0770"
-+unix_sock_rw_perms = "0770"
- # Set the UNIX socket permissions for the admin interface socket.
- #