Searched refs:chroot (Results 1 – 4 of 4) sorted by relevance
47 struct support_chroot *chroot = xmalloc (sizeof (*chroot)); in support_chroot_create() local51 char *path_etc = xasprintf ("%s/etc", chroot->path_chroot); in support_chroot_create()56 &chroot->path_resolv_conf); in support_chroot_create()71 return chroot; in support_chroot_create()75 support_chroot_free (struct support_chroot *chroot) in support_chroot_free() argument77 free (chroot->path_chroot); in support_chroot_free()78 free (chroot->path_resolv_conf); in support_chroot_free()79 free (chroot->path_hosts); in support_chroot_free()80 free (chroot->path_host_conf); in support_chroot_free()81 free (chroot->path_aliases); in support_chroot_free()[all …]
26 if (chroot (path) != 0) in xchroot()
34 if (chroot ("/dev") != 0) in callback()
1103 if (chroot (new_root_path) < 0) in main()
Completed in 8 milliseconds