Searched defs:chrootpath (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.c3751 char chrootpath[MAXPATHLEN]; local
3769 ret = snprintf(chrootpath, MAXPATHLEN, "/proc/%d/root", init_pid);
3773 if (chroot(chrootpath) < 0)

Completed in 57 milliseconds