From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxSxK-0005RX-4d for qemu-devel@nongnu.org; Thu, 28 Sep 2017 03:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxSxG-0001LY-2L for qemu-devel@nongnu.org; Thu, 28 Sep 2017 03:09:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60796) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxSxF-0001JB-Si for qemu-devel@nongnu.org; Thu, 28 Sep 2017 03:09:53 -0400 Date: Thu, 28 Sep 2017 15:09:49 +0800 From: Fam Zheng Message-ID: <20170928070949.GA26066@lemon.lan> References: <20170925075458.18047-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] docker: Don't mount ccache db if NOUSER=1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Paolo Bonzini , Alex =?iso-8859-1?Q?Benn=E9e?= , "qemu-devel@nongnu.org Developers" On Wed, 09/27 23:07, Philippe Mathieu-Daud=E9 wrote: > On Mon, Sep 25, 2017 at 4:54 AM, Fam Zheng wrote: > > With NOUSER=3D1 the container runs code as root, which may create > > privileged files that will not be be accssible next time. Skip ccache > > dir mount in this case. > > > > Signed-off-by: Fam Zheng >=20 > Acked-by: Philippe Mathieu-Daud=E9 Queued, thanks. Fam