about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-09-01 08:58:07 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-09-01 08:58:07 +0200
commit65329bd233db9d1b8b94e90734a564705b619260 (patch)
tree5254350ee9b0c50d981222af600979f2c052c0a4 /ChangeLog
parenta2881ef01450295782b065f2f850f340d5c12c14 (diff)
downloadglibc-65329bd233db9d1b8b94e90734a564705b619260.tar.gz
glibc-65329bd233db9d1b8b94e90734a564705b619260.tar.xz
glibc-65329bd233db9d1b8b94e90734a564705b619260.zip
support_chroot_create: Add support for /etc/hosts, /etc/host.conf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f86a435448..a04985f2c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2017-09-01  Florian Weimer  <fweimer@redhat.com>
 
+	* support/namespace.h (struct support_chroot_configuration): Add
+	hosts, host_conf.
+	(struct support_chroot): Add path_hosts, path_host_conf.
+	* support/support_chroot.c (write_file): New function.
+	(support_chroot_create): Call it to process /etc/resolv.conf,
+	/etc/hosts, /etc/host.conf.
+	(support_chroot_free): Update.
+
+2017-09-01  Florian Weimer  <fweimer@redhat.com>
+
 	* sysdeps/posix/getaddrinfo.c (gaih_inet): Only use h_errno if
 	status indicates it is set.