diff options
author | Maciej Żenczykowski <[email protected]> | 2020-06-20 14:26:16 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2020-06-23 17:45:42 -0700 |
commit | b338cb921e6739ff59ce32f43342779fe5ffa732 (patch) | |
tree | a9589fa146b69544c83a1bce1160e89324f5a6ec /tools/perf/scripts/python/sched-migration.py | |
parent | c4c0bdc0d2d084ed847c7066bdf59fe2cd25aa17 (diff) |
bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs
This is a fix for a regression in commit 2c78ee898d8f ("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: 2c78ee898d8f ("bpf: Implement CAP_BPF")
Reported-by: John Stultz <[email protected]>
Signed-off-by: Maciej Żenczykowski <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Tested-by: John Stultz <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions