[PATCH bpf-next v5 6/7] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
Yonghong Song
yhs at fb.com
Mon Mar 23 19:21:31 UTC 2020
On 3/23/20 9:44 AM, KP Singh wrote:
> From: KP Singh <kpsingh at google.com>
>
> Since BPF_PROG_TYPE_LSM uses the same attaching mechanism as
> BPF_PROG_TYPE_TRACING, the common logic is refactored into a static
> function bpf_program__attach_btf.
>
> A new API call bpf_program__attach_lsm is still added to avoid userspace
> conflicts if this ever changes in the future.
>
> Signed-off-by: KP Singh <kpsingh at google.com>
> Reviewed-by: Brendan Jackman <jackmanb at google.com>
> Reviewed-by: Florent Revest <revest at google.com>
Acked-by: Yonghong Song <yhs at fb.com>
More information about the Linux-security-module-archive
mailing list