Searched defs:chrootpath (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/ | ||
H A D | lxccontainer.c | 3751 char chrootpath[MAXPATHLEN]; local 3769 ret = snprintf(chrootpath, MAXPATHLEN, "/proc/%d/root", init_pid); 3773 if (chroot(chrootpath) < 0) |
Completed in 23 milliseconds