diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-09-22 19:43:15 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-09-22 19:43:15 +0000 |
commit | 852cf32441b5923efb72c34280094f9a7de7acac (patch) | |
tree | 6344240c1aecf3ae94d2593ae367f6a38f862010 /runsc | |
parent | b39716d116fda92cbb332d317cd8e6079266be3f (diff) | |
parent | 5768a147b124efbeff2800794da7ba961146af19 (diff) |
Merge release-20210906.0-57-g5768a147b (automated)
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/cmd/spec.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/cmd/spec.go b/runsc/cmd/spec.go index 55194e641..3a7f2a2c4 100644 --- a/runsc/cmd/spec.go +++ b/runsc/cmd/spec.go @@ -30,7 +30,6 @@ func writeSpec(w io.Writer, cwd string, netns string, args []string) error { spec := &specs.Spec{ Version: "1.0.0", Process: &specs.Process{ - Terminal: true, User: specs.User{ UID: 0, GID: 0, |