]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs
authorMaciej Żenczykowski <maze@google.com>
Sat, 20 Jun 2020 21:26:16 +0000 (14:26 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 24 Jun 2020 00:45:42 +0000 (17:45 -0700)
commitdb0adb1198b91de4367710c7c80b17ce710b1f3d
treea9589fa146b69544c83a1bce1160e89324f5a6ec
parent9e5b365f27b27a7ff5fcc7a498194a1e0d6cf4e7
bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs

This is a fix for a regression in commit b38450704486 ("bpf: Implement CAP_BPF").
Before the above commit it was possible to load network bpf programs
with just the CAP_SYS_ADMIN privilege.

The Android bpfloader happens to run in such a configuration (it has
SYS_ADMIN but not NET_ADMIN) and creates maps and loads bpf programs
for later use by Android's netd (which has NET_ADMIN but not SYS_ADMIN).

Fixes: b38450704486 ("bpf: Implement CAP_BPF")
Reported-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Tested-by: John Stultz <john.stultz@linaro.org>
Link: https://lore.kernel.org/bpf/20200620212616.93894-1-zenczykowski@gmail.com
kernel/bpf/syscall.c