From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b88KE-00056q-Lb for qemu-devel@nongnu.org; Wed, 01 Jun 2016 11:44:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b88K8-0003zN-Pf for qemu-devel@nongnu.org; Wed, 01 Jun 2016 11:44:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b88K8-0003zJ-Jx for qemu-devel@nongnu.org; Wed, 01 Jun 2016 11:44:48 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 62B35461C7 for ; Wed, 1 Jun 2016 15:44:47 +0000 (UTC) References: <1464712247-11655-1-git-send-email-wexu@redhat.com> <574DC83B.9010802@redhat.com> From: Wei Xu Message-ID: <574F02EA.2000905@redhat.com> Date: Wed, 1 Jun 2016 23:44:42 +0800 MIME-Version: 1.0 In-Reply-To: <574DC83B.9010802@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC Patch 0/3] Accept passed in socket 'fd' open from outside for unix socket List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: armbru@redhat.com, amit.shah@redhat.com, berrange@redhat.com, jasowang@redhat.com, qemu-devel@nongnu.org, mprivozn@redhat.com On 2016=E5=B9=B406=E6=9C=8801=E6=97=A5 01:22, Eric Blake wrote: > On 05/31/2016 10:30 AM, wexu@redhat.com wrote: >> From: Wei Xu >> >> Recently I'm working on a fd passing issue, selinux forbids qemu to >> create a unix socket for a chardev when managing VMs with libvirt, >> because qemu don't have sufficient permissions in this case, and >> proposal from libvirt team is opening the 'fd' in libvirt and merely >> passing it to qemu. > > Any reason this wasn't sent to the list? Sorry, just forgot the list, also add Michal in the loop.