|
Message-ID: <20160128085655.GA9955@mail.hallyn.com> Date: Thu, 28 Jan 2016 02:56:55 -0600 From: "Serge E. Hallyn" <serge.hallyn@...ntu.com> To: kernel-hardening@...ts.openwall.com Cc: Kees Cook <keescook@...omium.org>, Andy Lutomirski <luto@...capital.net>, Andrew Morton <akpm@...ux-foundation.org>, Al Viro <viro@...iv.linux.org.uk>, Richard Weinberger <richard@....at>, Robert Święcki <robert@...ecki.net>, Dmitry Vyukov <dvyukov@...gle.com>, David Howells <dhowells@...hat.com>, Miklos Szeredi <mszeredi@...e.cz>, Kostya Serebryany <kcc@...gle.com>, Alexander Potapenko <glider@...gle.com>, Eric Dumazet <edumazet@...gle.com>, Sasha Levin <sasha.levin@...cle.com>, "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org> Subject: Re: Re: [PATCH 0/2] sysctl: allow CLONE_NEWUSER to be disabled On Mon, Jan 25, 2016 at 10:57:32PM -0600, Eric W. Biederman wrote: > What sounds like a generally useful feature that would cover your use > case and many others is a per user limit on the number of user > namespaces users may create. Ok, I'm sorry, but after thinking about this quite awhile, I think this is a bad idea. If I'm allowed to create exactly one, then (a) I won't be able to run two instances of chrome (does chrome use one userns per tab or per application?), yet (b) i can easily just not use chrome and use my allocation to run a vulnerability. IMO, having a (hopefully temporary, so cleanly separated out) sysctl, which perhaps goes so far as to kill all non-init user namespaces when set to -1, makes the most sense. I still think the harm due to having userspace not being able to rely on user namespaces will, long term, be worse than the security implications of having user namespaces always enabled.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.