Home
last modified time | relevance | path

Searched refs:chroot (Results 1 – 4 of 4) sorted by relevance

/support/
A Dsupport_chroot.c47 struct support_chroot *chroot = xmalloc (sizeof (*chroot)); in support_chroot_create() local
51 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() argument
77 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 …]
A Dxchroot.c26 if (chroot (path) != 0) in xchroot()
A Dsupport_can_chroot.c34 if (chroot ("/dev") != 0) in callback()
A Dtest-container.c1103 if (chroot (new_root_path) < 0) in main()

Completed in 8 milliseconds