Searched refs:chroot_path (Results 1 – 3 of 3) sorted by relevance
157 self.chroot_path("var/log/*"))166 def chroot_path(self, path): member in NetworkChroot188 chroot_pid_file = self.chroot_path(pid_file)219 os.mkdir(self.chroot_path(rootdir))224 dst_path = self.chroot_path(rootdir)239 dst_path = self.chroot_path(config_file)266 with open(self.chroot_path(config_file), 'w') as f:
144 char *minijail_get_original_path(struct minijail *j, const char *chroot_path);
1332 char *chroot_path, *tmp; in do_setusercontext() local1366 chroot_path = percent_expand(tmp, "h", pw->pw_dir, in do_setusercontext()1368 safely_chroot(chroot_path, pw->pw_uid); in do_setusercontext()1370 free(chroot_path); in do_setusercontext()