[baremetal] MaaS: Fix DHCP dynamic reserved range
[fuel.git] / mcp / patches / 0013-libvirt-unix_sock_group-s-libvirtd-libvirt.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
10 Date: Sun, 20 Aug 2017 02:03:01 +0200
11 Subject: [PATCH] libvirt: unix_sock_group: s/libvirtd/libvirt/
12
13 For Pike, libvirt 3.x is used, which uses "libvirt" by default.
14
15 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
16 ---
17
18 diff --git a/libvirt/files/libvirtd.conf.Debian b/libvirt/files/libvirtd.conf.Debian
19 --- a/libvirt/files/libvirtd.conf.Debian
20 +++ b/libvirt/files/libvirtd.conf.Debian
21 @@ -81,7 +81,7 @@
22  # without becoming root.
23  #
24  # This is restricted to 'root' by default.
25 -unix_sock_group = "libvirtd"
26 +unix_sock_group = "libvirt"
27
28  # Set the UNIX socket permissions for the R/O socket. This is used
29  # for monitoring VM status only