File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,13 @@ import (
76
76
"gvisor.dev/gvisor/pkg/sentry/socket/unix/transport"
77
77
sentrytime "gvisor.dev/gvisor/pkg/sentry/time"
78
78
"gvisor.dev/gvisor/pkg/sentry/unimpl"
79
- uspb "gvisor.dev/gvisor/pkg/sentry/unimpl/unimplemented_syscall_go_proto"
80
79
"gvisor.dev/gvisor/pkg/sentry/uniqueid"
81
80
"gvisor.dev/gvisor/pkg/sentry/vfs"
82
81
"gvisor.dev/gvisor/pkg/state"
83
82
"gvisor.dev/gvisor/pkg/sync"
84
83
"gvisor.dev/gvisor/pkg/tcpip/stack"
84
+
85
+ uspb "gvisor.dev/gvisor/pkg/sentry/unimpl/unimplemented_syscall_go_proto"
85
86
)
86
87
87
88
// IOUringEnabled is set to true when IO_URING is enabled. Added as a global to
@@ -1051,7 +1052,7 @@ func (ctx *createProcessContext) getMemoryCgroupID() uint32 {
1051
1052
func (k * Kernel ) CreateProcess (args CreateProcessArgs ) (* ThreadGroup , ThreadID , error ) {
1052
1053
k .extMu .Lock ()
1053
1054
defer k .extMu .Unlock ()
1054
- log .Infof ("EXEC: %v" , args .Argv )
1055
+ log .Infof ("EXEC: %# v" , args .Argv )
1055
1056
1056
1057
ctx := args .NewContext (k )
1057
1058
mntns := args .MountNamespace
You can’t perform that action at this time.
0 commit comments