Re: [PATCH 10/11] fuse: Allow user namespace mounts

2018-02-15 Thread Miklos Szeredi
On Wed, Feb 14, 2018 at 2:44 PM, Miklos Szeredi wrote: > On Fri, Dec 22, 2017 at 3:32 PM, Dongsu Park wrote: >> From: Seth Forshee >> >> To be able to mount fuse from non-init user namespaces, it's necessary >> to set

Re: [PATCH 10/11] fuse: Allow user namespace mounts

2018-02-15 Thread Miklos Szeredi
On Wed, Feb 14, 2018 at 2:44 PM, Miklos Szeredi wrote: > On Fri, Dec 22, 2017 at 3:32 PM, Dongsu Park wrote: >> From: Seth Forshee >> >> To be able to mount fuse from non-init user namespaces, it's necessary >> to set FS_USERNS_MOUNT flag to fs_flags. >> >> Patch v4 is available:

Re: [PATCH 10/11] fuse: Allow user namespace mounts

2018-02-14 Thread Miklos Szeredi
On Fri, Dec 22, 2017 at 3:32 PM, Dongsu Park wrote: > From: Seth Forshee > > To be able to mount fuse from non-init user namespaces, it's necessary > to set FS_USERNS_MOUNT flag to fs_flags. > > Patch v4 is available:

Re: [PATCH 10/11] fuse: Allow user namespace mounts

2018-02-14 Thread Miklos Szeredi
On Fri, Dec 22, 2017 at 3:32 PM, Dongsu Park wrote: > From: Seth Forshee > > To be able to mount fuse from non-init user namespaces, it's necessary > to set FS_USERNS_MOUNT flag to fs_flags. > > Patch v4 is available: https://patchwork.kernel.org/patch/8944681/ > > Cc:

Re: [PATCH 10/11] fuse: Allow user namespace mounts

2017-12-22 Thread Serge E. Hallyn
On Fri, Dec 22, 2017 at 03:32:34PM +0100, Dongsu Park wrote: > From: Seth Forshee > > To be able to mount fuse from non-init user namespaces, it's necessary > to set FS_USERNS_MOUNT flag to fs_flags. > > Patch v4 is available:

Re: [PATCH 10/11] fuse: Allow user namespace mounts

2017-12-22 Thread Serge E. Hallyn
On Fri, Dec 22, 2017 at 03:32:34PM +0100, Dongsu Park wrote: > From: Seth Forshee > > To be able to mount fuse from non-init user namespaces, it's necessary > to set FS_USERNS_MOUNT flag to fs_flags. > > Patch v4 is available: https://patchwork.kernel.org/patch/8944681/ > > Cc:

[PATCH 10/11] fuse: Allow user namespace mounts

2017-12-22 Thread Dongsu Park
From: Seth Forshee To be able to mount fuse from non-init user namespaces, it's necessary to set FS_USERNS_MOUNT flag to fs_flags. Patch v4 is available: https://patchwork.kernel.org/patch/8944681/ Cc: linux-fsde...@vger.kernel.org Cc: linux-kernel@vger.kernel.org

[PATCH 10/11] fuse: Allow user namespace mounts

2017-12-22 Thread Dongsu Park
From: Seth Forshee To be able to mount fuse from non-init user namespaces, it's necessary to set FS_USERNS_MOUNT flag to fs_flags. Patch v4 is available: https://patchwork.kernel.org/patch/8944681/ Cc: linux-fsde...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Miklos Szeredi