Skip to content

Commit

Permalink
fix: eBPF SELinux permission-related exit (#8534)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiping authored Nov 21, 2024
1 parent 3f9c9fa commit 538f539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/src/ebpf/user/tracer.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ int tracer_bpf_load(struct bpf_tracer *tracer)
"5 restart pods\n");
}

ebpf_error("eBPF load failed, If you want to run normally, "
"you can disable the eBPF feature.\n");
ebpf_warning("eBPF load failed, If you want to run normally, "
"you can disable the eBPF feature.\n");
return ret;
}

Expand Down

0 comments on commit 538f539

Please sign in to comment.