30 Mar, 2020

1 commit

  • * 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
    Signed-off-by: Daniel Borkmann
    Reviewed-by: Brendan Jackman
    Reviewed-by: Florent Revest
    Acked-by: Kees Cook
    Acked-by: James Morris
    Link: https://lore.kernel.org/bpf/20200329004356.27286-6-kpsingh@chromium.org

    KP Singh