aboutsummaryrefslogtreecommitdiff
path: root/security/bpf/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-03-30bpf: lsm: Initialize the BPF LSM hooksKP Singh1-0/+5
* The hooks are initialized using the definitions in include/linux/lsm_hook_defs.h. * The LSM can be enabled / disabled with CONFIG_BPF_LSM. Signed-off-by: KP Singh <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Reviewed-by: Brendan Jackman <[email protected]> Reviewed-by: Florent Revest <[email protected]> Acked-by: Kees Cook <[email protected]> Acked-by: James Morris <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]