From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miklos Szeredi Subject: Re: [PATCH v2 0/3] fuse: Add support for mounts from pid/user namespaces Date: Tue, 23 Sep 2014 18:07:35 +0200 Message-ID: References: <1409672696-15847-1-git-send-email-seth.forshee@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Alexander Viro , "Eric W. Biederman" , Serge Hallyn , fuse-devel , Kernel Mailing List , Linux-Fsdevel To: Seth Forshee Return-path: In-Reply-To: <1409672696-15847-1-git-send-email-seth.forshee@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Sep 2, 2014 at 5:44 PM, Seth Forshee wrote: > Here's an updated set of patches for allowing fuse mounts from pid and > user namespaces. I discussed some of the issues we debated with the last > patch set (and a few others) with Eric at LinuxCon, and the updates here > mainly reflect the outcome of those discussions. > > The stickiest issue in the v1 patches was the question of where to get > the user and pid namespaces from that are used for translating ids for > communication with userspace. Eric told me that for user namespaces at > least we need to grab a namespace at open or mount time and use only > that namespace to prevent certain types of attacks. I'm not convinced. Let us have the gory details, please. Thanks, Miklos