Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tetragon: Fix generated_syscalls list
Currently we do not inlcude sys prefix in generated syscall list, so the list fails validation and the spec like this one fails: spec: lists: - name: "all-syscalls" type: "generated_syscalls" kprobes: - call: "list:all-syscalls" Adding missing "sys_" prefix. Signed-off-by: Jiri Olsa <jolsa@kernel.org>
- Loading branch information