mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Update probed function sys_execve to do_execve
This commit is contained in:
parent
d325c85f24
commit
f4162b9384
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
const (
|
||||
probeName = "opensnitch_exec_probe"
|
||||
syscallName = "sys_execve"
|
||||
syscallName = "do_execve"
|
||||
)
|
||||
|
||||
type procData struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue