From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: create XEN_DUMP_DIR with mode 0700 Date: Tue, 3 Nov 2015 17:00:53 +0000 Message-ID: <1446570053.16178.36.camel@citrix.com> References: <1445436956-22436-1-git-send-email-wei.liu2@citrix.com> <1445531577.2374.57.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Ztexi-0006ea-0G for xen-devel@lists.xenproject.org; Tue, 03 Nov 2015 17:01:34 +0000 In-Reply-To: <1445531577.2374.57.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Xen-devel Cc: Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, 2015-10-22 at 17:32 +0100, Ian Campbell wrote: > On Wed, 2015-10-21 at 15:15 +0100, Wei Liu wrote: > > That directory is used to store guest memory dump which contains > > sensitive information. > > > > Signed-off-by: Wei Liu > > Acked-by: Ian Campbell Applied. > Have you audited all the paths we create and determined that this is the > only one which needs adjusting in this way? > > OOI, what lead you to be concerned about the permissions on the > directories > we are creating (first the xenpaging one, now this)? Thanks for your reply to this bit. Ian.