diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-07-05 15:38:42 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-07-05 19:04:40 +0200 |
commit | d4165eedf5b85bfda3ea6b251f69838857e44925 (patch) | |
tree | 03ec09a2be6b35bfc3b3c720f084f98074477753 /ChangeLog | |
parent | 76637a921f5d657998aa9a06981bf8a062ffd497 (diff) | |
download | glibc-d4165eedf5b85bfda3ea6b251f69838857e44925.zip glibc-d4165eedf5b85bfda3ea6b251f69838857e44925.tar.gz glibc-d4165eedf5b85bfda3ea6b251f69838857e44925.tar.bz2 |
support: Add support_chroot_create and support_chroot_free
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2017-07-05 Florian Weimer <fweimer@redhat.com> + * support/namespace.h (struct support_chroot_configuration) + (struct support_chroot): Define. + (support_chroot_create, support_chroot_free): New functions. + * support/support_chroot.c: New file. + * support/Makefile (libsupport-routines): Add support_chroot. + * resolv/tst-resolv-res_init-skeleton.c (path_chroot) + (path_resolv_conf): Remove definitions. + (chroot_env): New variable. + (prepare): Call support_chroot_create. + (check_chroot_working, setup_nss_dns_and_chroot, run_res_init) + (special_test_callback, do_test): Likewise. + +2017-07-05 Florian Weimer <fweimer@redhat.com> + Add subtest to check isolation of multiple loopback addresses. * support/tst-support-namespace.c (test_localhost_bind): New function. (do_test): Call it. |