Update probed function sys_execve to do_execve

This commit is contained in:
Northern-Lights 2018-08-12 13:02:33 -07:00 committed by GitHub
parent d325c85f24
commit f4162b9384
Failed to generate hash of commit

View file

@ -10,7 +10,7 @@ import (
const (
probeName = "opensnitch_exec_probe"
syscallName = "sys_execve"
syscallName = "do_execve"
)
type procData struct {