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: Thu, 22 Oct 2015 17:32:57 +0100 Message-ID: <1445531577.2374.57.camel@citrix.com> References: <1445436956-22436-1-git-send-email-wei.liu2@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 1ZpInW-0003Rn-Bg for xen-devel@lists.xenproject.org; Thu, 22 Oct 2015 16:33:02 +0000 In-Reply-To: <1445436956-22436-1-git-send-email-wei.liu2@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 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 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)? Ian.