Message ID | 20220812153727.224500-1-quentin@isovalent.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 54c939773b2d2c2e6676743c180cb2049bb3a40a |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next] bpftool: Fix a typo in a comment | expand |
Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Fri, 12 Aug 2022 16:37:25 +0100 you wrote: > This is the wrong library name. Libcap, not libpcap. > > Signed-off-by: Quentin Monnet <quentin@isovalent.com> > --- > tools/bpf/bpftool/feature.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [bpf-next] bpftool: Fix a typo in a comment https://git.kernel.org/bpf/bpf-next/c/54c939773b2d You are awesome, thank you!
diff --git a/tools/bpf/bpftool/feature.c b/tools/bpf/bpftool/feature.c index 7ecabf7947fb..36cf0f1517c9 100644 --- a/tools/bpf/bpftool/feature.c +++ b/tools/bpf/bpftool/feature.c @@ -1147,7 +1147,7 @@ static int handle_perms(void) return res; #else /* Detection assumes user has specific privileges. - * We do not use libpcap so let's approximate, and restrict usage to + * We do not use libcap so let's approximate, and restrict usage to * root user only. */ if (geteuid()) {
This is the wrong library name. Libcap, not libpcap. Signed-off-by: Quentin Monnet <quentin@isovalent.com> --- tools/bpf/bpftool/feature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)