Re: [PATCH] restore behaviour of CAP_SYS_ADMIN allowing the loading of net bpf program

2020-06-18 Thread Alexei Starovoitov
On Thu, Jun 18, 2020 at 1:00 PM Maciej Żenczykowski wrote: > > From: Maciej Żenczykowski > > This is a 5.8-rc1 regression. Please add full explanation here. Also use [PATCH bpf] in the subject for future submission. > Cc: Alexei Starovoitov > Cc: Daniel Borkmann > Fixes: 2c78ee898d8f ("bpf:

[PATCH] restore behaviour of CAP_SYS_ADMIN allowing the loading of net bpf program

2020-06-18 Thread Maciej Żenczykowski
From: Maciej Żenczykowski This is a 5.8-rc1 regression. Cc: Alexei Starovoitov Cc: Daniel Borkmann Fixes: 2c78ee898d8f ("bpf: Implement CAP_BPF") Signed-off-by: Maciej Żenczykowski --- kernel/bpf/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/bpf/syscall