mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Don't unconditionally set --panic-signal
Closes #2393 PiperOrigin-RevId: 305793027
This commit is contained in:
committed by
gVisor bot
parent
9f87502b46
commit
2a28e3e9c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user