From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] fbarray: make all fbarrays hidden files Date: Mon, 23 Apr 2018 13:48:32 +0100 Message-ID: <20180423124832.GA100540@bricha3-MOBL.ger.corp.intel.com> References: <738d08e521a8987ceeb2748db5b765d8b8531e54.1524481846.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Anatoly Burakov Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E76FE37AC for ; Mon, 23 Apr 2018 14:48:37 +0200 (CEST) Content-Disposition: inline In-Reply-To: <738d08e521a8987ceeb2748db5b765d8b8531e54.1524481846.git.anatoly.burakov@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Apr 23, 2018 at 12:14:13PM +0100, Anatoly Burakov wrote: > fbarray stores its data in a shared file, which is not hidden. > This leads to polluting user's HOME directory with visible > files when running DPDK as non-root. Change fbarray to always > create hidden files by default. > > Signed-off-by: Anatoly Burakov > --- > > Notes: > Is /tmp always user-accessible? Maybe not use home > directory at all? > Good change. Acked-by: Bruce Richardson A further improvement would to put the files as not-hidden but inside a hidden subdirectory e.g. ".dpdk"