File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,6 @@ func (c *linuxContainer) newInitConfig(process *Process) *initConfig {
450450 AppArmorProfile : c .config .AppArmorProfile ,
451451 ProcessLabel : c .config .ProcessLabel ,
452452 Rlimits : c .config .Rlimits ,
453- ExecFifoPath : filepath .Join (c .root , execFifoFilename ),
454453 }
455454 if process .NoNewPrivileges != nil {
456455 cfg .NoNewPrivileges = * process .NoNewPrivileges
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ type initConfig struct {
5959 PassedFilesCount int `json:"passed_files_count"`
6060 ContainerId string `json:"containerid"`
6161 Rlimits []configs.Rlimit `json:"rlimits"`
62- ExecFifoPath string `json:"start_pipe_path"`
6362 CreateConsole bool `json:"create_console"`
6463}
6564
You can’t perform that action at this time.
0 commit comments