Re: [PATCH v6 1/1] ns: add binfmt_misc to the user namespace
From: Laurent Vivier <hidden>
Date: 2018-10-25 01:45:20
Also in:
linux-fsdevel, lkml
From: Laurent Vivier <hidden>
Date: 2018-10-25 01:45:20
Also in:
linux-fsdevel, lkml
On 16/10/2018 17:22, Andrei Vagin wrote:
On Wed, Oct 10, 2018 at 06:14:30PM +0200, Laurent Vivier wrote:quoted
This patch allows to have a different binfmt_misc configuration for each new user namespace. By default, the binfmt_misc configuration is the one of the previous level, but if the binfmt_misc filesystem is mounted in the new namespace a new empty binfmt instance is created and used in this namespace. For instance, using "unshare" we can start a chroot of another architecture and configure the binfmt_misc interpreter without being root to run the binaries in this chroot. Signed-off-by: Laurent Vivier <redacted>Acked-by: Andrei Vagin <redacted> Thanks, Andrei
I don't konw who is the maintainer for this part, but is there any chance to have this merged in 4.20? Thanks, Laurent