Skip to content

Commit

Permalink
libc: rm _LIBCONTAINER_STATEDIR
Browse files Browse the repository at this point in the history
It's only user was recently removed.

Fixes: 0e9a335
Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin authored and cyphar committed Oct 4, 2023
1 parent 9350f90 commit c89faac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcontainer/container_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c89faac

Please sign in to comment.