[PATCH bpf-next v3 02/10] bpf: lsm: Add a skeleton and config options
Alexei Starovoitov
alexei.starovoitov at gmail.com
Mon Feb 10 23:52:15 UTC 2020
On Thu, Jan 23, 2020 at 07:24:32AM -0800, KP Singh wrote:
>
> +BPF SECURITY MODULE
> +M: KP Singh <kpsingh at chromium.org>
> +L: linux-security-module at vger.kernel.org
> +L: bpf at vger.kernel.org
> +S: Maintained
> +F: security/bpf/
Instead of creating new entry I think it's more appropriate
to add this to main BPF entry like:
diff --git a/MAINTAINERS b/MAINTAINERS
index c74e4ea714a5..f656ddec0722 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3147,6 +3147,7 @@ R: Martin KaFai Lau <kafai at fb.com>
R: Song Liu <songliubraving at fb.com>
R: Yonghong Song <yhs at fb.com>
R: Andrii Nakryiko <andriin at fb.com>
+R: KP Singh <kpsingh at chromium.org>
L: netdev at vger.kernel.org
L: bpf at vger.kernel.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
@@ -3172,6 +3173,7 @@ F: samples/bpf/
F: tools/bpf/
F: tools/lib/bpf/
F: tools/testing/selftests/bpf/
+F: security/bpf/
K: bpf
N: bpf
More information about the Linux-security-module-archive
mailing list