diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-10 00:29:32 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-10 00:29:32 +0000 |
commit | fb11826bb693b55cb1908ef635a5fe3e4bfe1f93 (patch) | |
tree | 829b70fa9e20dafffbcddfae8df4e625920203a0 /runsc/sandbox | |
parent | da566694ec6740c70130e39599f851a9fade0d9a (diff) | |
parent | 2a28e3e9c3463cf68cfa639425cfdcc298ad357a (diff) |
Merge release-20200323.0-111-g2a28e3e (automated)
Diffstat (limited to 'runsc/sandbox')
-rw-r--r-- | runsc/sandbox/sandbox.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runsc/sandbox/sandbox.go b/runsc/sandbox/sandbox.go index 2d464b1bf..e82bcef6f 100644 --- a/runsc/sandbox/sandbox.go +++ b/runsc/sandbox/sandbox.go @@ -402,8 +402,6 @@ func (s *Sandbox) createSandboxProcess(conf *boot.Config, args *Args, startSyncF nextFD++ } - cmd.Args = append(cmd.Args, "--panic-signal="+strconv.Itoa(int(syscall.SIGTERM))) - // Add the "boot" command to the args. // // All flags after this must be for the boot command |