Re: [RFC v2 v2 1/1] ns: add binfmt_misc to the mount namespace

2018-10-03 Thread Jann Horn
On Wed, Oct 3, 2018 at 8:07 AM Eric W. Biederman wrote: > Laurent Vivier writes: > > This patch allows to have a different binftm_misc configuration > > in each container we mount binfmt_misc filesystem with mount namespace > > enabled. > > > > A container started without the CLONE_NEWNS will use

Re: [RFC v2 v2 1/1] ns: add binfmt_misc to the mount namespace

2018-10-02 Thread Eric W. Biederman
Laurent Vivier writes: > This patch allows to have a different binftm_misc configuration > in each container we mount binfmt_misc filesystem with mount namespace > enabled. > > A container started without the CLONE_NEWNS will use the host binfmt_misc > configuration, otherwise the container start

[RFC v2 v2 1/1] ns: add binfmt_misc to the mount namespace

2018-10-02 Thread Laurent Vivier
This patch allows to have a different binftm_misc configuration in each container we mount binfmt_misc filesystem with mount namespace enabled. A container started without the CLONE_NEWNS will use the host binfmt_misc configuration, otherwise the container starts with an empty binfmt_misc interpre