mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
libc: rm _LIBCONTAINER_STATEDIR
It's only user was recently removed.
Fixes: 0e9a3358f8
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
committed by
Aleksa Sarai
parent
9350f9013e
commit
c89faacc13
@@ -563,7 +563,6 @@ func (c *Container) newParentProcess(p *Process) (parentProcess, error) {
|
||||
"_LIBCONTAINER_CONSOLE="+strconv.Itoa(stdioFdCount+len(cmd.ExtraFiles)-1),
|
||||
)
|
||||
}
|
||||
cmd.Env = append(cmd.Env, "_LIBCONTAINER_STATEDIR="+c.root)
|
||||
|
||||
cmd.ExtraFiles = append(cmd.ExtraFiles, comm.initSockChild)
|
||||
cmd.Env = append(cmd.Env,
|
||||
|
||||
Reference in New Issue
Block a user