diff options
Diffstat (limited to 'ldd')
| -rw-r--r-- | ldd/exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldd/exec.go b/ldd/exec.go index 4e5de479..3eb94931 100644 --- a/ldd/exec.go +++ b/ldd/exec.go @@ -29,7 +29,7 @@ func Exec(ctx context.Context, p string) ([]*Entry, error) { Syscall: &bwrap.SyscallPolicy{DenyDevel: true, Multiarch: true}, NewSession: true, DieWithParent: true, - }).Bind("/", "/").DevTmpfs("/dev"), toolPath, + }).Bind("/", "/").DevTmpfs("/dev"), toolPath, false, nil, func(_, _ int) []string { return []string{p} }, nil, nil, ); err != nil { |
