MCPcopy Index your code
hub / github.com/subtrace/subtrace / handleExecveat

Method handleExecveat

cmd/run/engine/process/handle.go:56–59  ·  view source on GitHub ↗
(n *seccomp.Notif, dirfd int, pathAddr uintptr, argvAddr uintptr, envpAddr uintptr, flags int)

Source from the content-addressed store, hash-verified

54}
55
56func (p *Process) handleExecveat(n *seccomp.Notif, dirfd int, pathAddr uintptr, argvAddr uintptr, envpAddr uintptr, flags int) error {
57 p.tmpl.Store(nil)
58 return n.Skip()
59}
60
61func (p *Process) resolveDirfd(dirfd int) (string, syscall.Errno, error) {
62 if dirfd == unix.AT_FDCWD {

Callers 1

initFunction · 0.80

Calls 1

SkipMethod · 0.80

Tested by

no test coverage detected