Skip to content

Commit

Permalink
regenerating bpf after updating to llvm 16
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
0xmilkmix authored and ccojocar committed Jan 22, 2024
1 parent e7e46c3 commit acf40ce
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 822 deletions.
1 change: 1 addition & 0 deletions internal/pkg/daemon/bpfrecorder/bpf/recorder.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ static __always_inline u32 get_mntns()
return 1;
}


SEC("tracepoint/syscalls/sys_enter_execve")
int syscall__execve(struct trace_event_raw_sys_enter *ctx)
{
Expand Down
Loading

0 comments on commit acf40ce

Please sign in to comment.