|
Message-ID: <alpine.LRH.2.21.1809290233130.15725@namei.org> Date: Sat, 29 Sep 2018 02:33:20 +1000 (AEST) From: James Morris <jmorris@...ei.org> To: Jann Horn <jannh@...gle.com> cc: Casey Schaufler <casey.schaufler@...el.com>, Casey Schaufler <casey@...aufler-ca.com>, kristen@...ux.intel.com, Kernel Hardening <kernel-hardening@...ts.openwall.com>, deneen.t.dock@...el.com, kernel list <linux-kernel@...r.kernel.org>, Dave Hansen <dave.hansen@...el.com>, linux-security-module <linux-security-module@...r.kernel.org>, selinux@...ho.nsa.gov, Arjan van de Ven <arjan@...ux.intel.com> Subject: Re: [PATCH v5 5/5] sidechannel: Linux Security Module for sidechannel On Fri, 28 Sep 2018, Jann Horn wrote: > > so with this hard-coded logic, you are saying this case is > > 'safe' in a sidechannel context. > > > > Which hints at the deeper issue that containers are a userland > > abstraction. Protection of containers needs to be defined by userland > > policy. > > Or just compare mount namespaces additionally/instead. I think that > containers will always use those, because AFAIK nobody uses chroot() > for containers, given that the kernel makes absolutely no security > guarantees about chroot(). We can't define this in the kernel. It has no concept of containers. People utilize some combination of namespaces and cgroups and call them containers, but we can't make assumptions from the kernel on what any of this means from a security point of view, and hard-code kernel policy based on those assumptions. This is violating the principal of separating mechanism and policy, and also imposing semantics across the kernel/user boundary. The latter creates an ABI which we can then never break. -- James Morris <jmorris@...ei.org>
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.