From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix directory permissions Date: Mon, 21 May 2018 01:08:13 +0200 Message-ID: <5788902.UzFvbvbDxZ@xps> References: <20180518135437.30692-1-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Anatoly Burakov To: Adrien Mazarguil Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 100828E5E for ; Mon, 21 May 2018 01:08:18 +0200 (CEST) In-Reply-To: <20180518135437.30692-1-adrien.mazarguil@6wind.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" 18/05/2018 15:55, Adrien Mazarguil: > Executable bit must be set on directories for normal users to enter them. > > This patch addresses the inability to start DPDK applications as non-root > due to errors such as: > > EAL: failed to bind /tmp/dpdk/rte/mp_socket: Permission denied > > Fixes: 56236363b481 ("eal: add directory for runtime data") > Cc: Anatoly Burakov > > Signed-off-by: Adrien Mazarguil Applied, thanks