[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1908162211270.1923@nanos.tec.linutronix.de>
Date: Fri, 16 Aug 2019 22:28:29 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Alexei Starovoitov <alexei.starovoitov@...il.com>
cc: Jordan Glover <Golden_Miller83@...tonmail.ch>,
Andy Lutomirski <luto@...nel.org>,
Daniel Colascione <dancol@...gle.com>,
Song Liu <songliubraving@...com>,
Kees Cook <keescook@...omium.org>,
Networking <netdev@...r.kernel.org>, bpf <bpf@...r.kernel.org>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Kernel Team <Kernel-team@...com>,
Lorenz Bauer <lmb@...udflare.com>,
Jann Horn <jannh@...gle.com>,
Greg KH <gregkh@...uxfoundation.org>,
Linux API <linux-api@...r.kernel.org>,
LSM List <linux-security-module@...r.kernel.org>
Subject: Re: [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via
/dev/bpf
Alexei,
On Fri, 16 Aug 2019, Alexei Starovoitov wrote:
> It's both of the above when 'systemd' is not taken literally.
> To earlier Thomas's point: the use case is not only about systemd.
> There are other containers management systems.
<SNIP>
> These daemons need to drop privileges to make the system safer == less
> prone to corruption due to bugs in themselves. Not necessary security
> bugs.
Let's take a step back.
While real usecases are helpful to understand a design decision, the design
needs to be usecase independent.
The kernel provides mechanisms, not policies. My impression of this whole
discussion is that it is policy driven. That's the wrong approach.
So let's look at the mechanisms which we have at hand:
1) Capabilities
2) SUID and dropping priviledges
3) Seccomp and LSM
Now the real interesting questions are:
A) What kind of restrictions does BPF allow? Is it a binary on/off or is
there a more finegrained control of BPF functionality?
TBH, I can't tell.
B) Depending on the answer to #A what is the control possibility for
#1/#2/#3 ?
Answering those questions gives us a real scope of what can be achieved
independent of use cases and wishful thought out policies.
Thanks,
tglx
Powered by blists - more mailing lists