MCPcopy
hub / github.com/opencontainers/runc / deleteExecFifo

Method deleteExecFifo

libcontainer/container_linux.go:473–476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471}
472
473func (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

Callers 1

startMethod · 0.95

Calls 1

RemoveMethod · 0.80

Tested by

no test coverage detected