()
| 471 | } |
| 472 | |
| 473 | func (c *Container) deleteExecFifo() { |
| 474 | fifoName := filepath.Join(c.stateDir, execFifoFilename) |
| 475 | os.Remove(fifoName) |
| 476 | } |
| 477 | |
| 478 | // includeExecFifo opens the container's execfifo as a pathfd, so that the |
| 479 | // container cannot access the statedir (and the FIFO itself remains |