]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Remove unnecessary CAP_MAC_ADMIN check
authorKP Singh <kpsingh@google.com>
Thu, 5 Mar 2020 20:49:55 +0000 (21:49 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 5 Mar 2020 22:27:22 +0000 (14:27 -0800)
commit7681ab961694eabea92133e11ba8a4ab15fbab29
tree7eca4e53a82b517dba3d314bdbacbd1e4e44f160
parent7aa5a10677d407d333375cac44e71d8669238017
bpf: Remove unnecessary CAP_MAC_ADMIN check

While well intentioned, checking CAP_MAC_ADMIN for attaching
BPF_MODIFY_RETURN tracing programs to "security_" functions is not
necessary as tracing BPF programs already require CAP_SYS_ADMIN.

Fixes: d8e49679b261 ("bpf: Attachment verification for BPF_MODIFY_RETURN")
Signed-off-by: KP Singh <kpsingh@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200305204955.31123-1-kpsingh@chromium.org
kernel/bpf/verifier.c