From 2a28e3e9c3463cf68cfa639425cfdcc298ad357a Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Thu, 9 Apr 2020 17:19:08 -0700 Subject: Don't unconditionally set --panic-signal Closes #2393 PiperOrigin-RevId: 305793027 --- runsc/sandbox/sandbox.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'runsc/sandbox') 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 -- cgit v1.2.3