diff options
author | Petr Baudis <pasky@suse.cz> | 2010-11-22 12:47:57 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-11-22 12:47:57 -0500 |
commit | 6db52fbb272979bdcd5d5dd7ab187e1893eda9e3 (patch) | |
tree | e702a7e6080373fe24580e1474df4296bc1b75f1 /ChangeLog | |
parent | eaca75697fdc5c21195935eca2f0b149a75c0316 (diff) | |
download | glibc-6db52fbb272979bdcd5d5dd7ab187e1893eda9e3.tar.gz glibc-6db52fbb272979bdcd5d5dd7ab187e1893eda9e3.tar.xz glibc-6db52fbb272979bdcd5d5dd7ab187e1893eda9e3.zip |
Allow aux_cache_file open()ing to fail silently even in the chroot mode.
The aux_cache fix of bug 11149 introduced a new bug - normally, ldconfig -r never cares if the auxiliary cache is not available and that is not a fatal problem, however this is not the case in case of ldconfig -r when executed as non-root. In that case, ldconfig -r fails hard unless var/cache/ldconfig/ exists within the chroot. This patch fixes that. Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index daf74ddfc0..4f4b03c9b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-05-31 Petr Baudis <pasky@suse.cz> + + [BZ #11149] + * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail + silently even in the chroot mode. + 2010-11-22 Ulrich Drepper <drepper@gmail.com> * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize |