Re: [PATCH bpf-next 2/2] tools: bpftool: add LSM type to array of prog names

2020-07-27 Thread Song Liu
On Fri, Jul 24, 2020 at 2:07 AM Quentin Monnet wrote: > > Assign "lsm" as a printed name for BPF_PROG_TYPE_LSM in bpftool, so that > it can use it when listing programs loaded on the system or when probing > features. > > Signed-off-by: Quentin Monnet Acked-by: Song Liu

[PATCH bpf-next 2/2] tools: bpftool: add LSM type to array of prog names

2020-07-24 Thread Quentin Monnet
Assign "lsm" as a printed name for BPF_PROG_TYPE_LSM in bpftool, so that it can use it when listing programs loaded on the system or when probing features. Signed-off-by: Quentin Monnet --- tools/bpf/bpftool/prog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bpf/bpftool/prog.c b/to