From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 2/2] Change the default qemu user and group of libvirt Changes the libvirt user to nobody and the group to kvm this is a bit safer as to use root for both. Date: Fri, 10 Jun 2016 11:36:48 +0200 Message-ID: <1465551408-1022-2-git-send-email-jonatan.schlag@ipfire.org> In-Reply-To: <1465551408-1022-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0269166713608162761==" List-Id: --===============0269166713608162761== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Jonatan Schlag --- lfs/libvirt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/libvirt b/lfs/libvirt index 3c7413f..5af28cb 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,7 +33,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) SUP_ARCH =3D i586 x86_64 PROG =3D libvirt -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D "libpciaccess libyajl ncat qemu" =20 @@ -84,6 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --without-uml --without-vbox --without-lxc --without-esx --without-vmware= --without-openvz \ --without-firewalld --without-network -with-interface --with-virtualport = --with-macvtap \ --disable-nls --without-avahi --without-test-suite -without-dbus \ + --with-qemu-user=3Dnobody --with-qemu-group=3Dkvm \ --with-storage-dir --without-storage-fs --without-storage-lvm --without-= storage-iscsi \ --without-storage-scsi --without-storage-mpath --without-storage-disk --w= ithout-storage-rbd --without-storage-sheepdog --without-storage-gluster --wi= thout-storage-zfs cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) --=20 2.1.4 --===============0269166713608162761==--