Home | History | Annotate | Download | only in minijail

Lines Matching defs:chroot

108 		int chroot:1;
454 j->flags.chroot = 1;
494 * for example: "-b /some/path/exe,/chroot/path/exe"
496 * /chroot/path/exe Then when getting the original path of
497 * "/chroot/path/exe", the source of that mount,
505 * mount, take the suffix of the chroot path relative to the
517 /* If there is a chroot path, append |path_inside_chroot| to that. */
521 /* No chroot, so the path outside is the same as it is inside. */
1035 if (chroot(j->chrootdir))
1085 if (chroot("/"))
1362 if (j->flags.chroot && enter_chroot(j))
1363 pdie("chroot");