From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBwoS-0008R1-6g for qemu-devel@nongnu.org; Fri, 27 Apr 2018 02:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBwoR-0002eW-CA for qemu-devel@nongnu.org; Fri, 27 Apr 2018 02:24:56 -0400 Date: Fri, 27 Apr 2018 14:24:47 +0800 From: Fam Zheng Message-ID: <20180427062447.GF4217@lemon.usersys.redhat.com> References: <20180420220913.27000-1-mreitz@redhat.com> <20180420220913.27000-4-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180420220913.27000-4-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/3] iotests: Add creation test to 153 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, Kevin Wolf , qemu-devel@nongnu.org On Sat, 04/21 00:09, Max Reitz wrote: > This patch adds a test case to 153 which tries to overwrite an image > (using qemu-img create) while it is in use. Without the original user > explicitly sharing the necessary permissions (writing and truncation), > this should not be allowed. > > Signed-off-by: Max Reitz Reviewed-by: Fam Zheng