about summary refs log tree commit diff
path: root/elf/Versions
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-07-20 15:58:35 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-12-28 08:40:38 -0300
commitcda4f265c65fb6c4ce38ca1cf0a7e527c5e77cd5 (patch)
tree08cea314723ae19c899357bc098baf9de570fc53 /elf/Versions
parent311c9ee54ea963ff69bd3a2e6981c37e893b4c3e (diff)
downloadglibc-cda4f265c65fb6c4ce38ca1cf0a7e527c5e77cd5.tar.gz
glibc-cda4f265c65fb6c4ce38ca1cf0a7e527c5e77cd5.tar.xz
glibc-cda4f265c65fb6c4ce38ca1cf0a7e527c5e77cd5.zip
elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
It consolidates the code required to call la_symbind{32,64} audit
callback.

Checked on x86_64-linux-gnu, i686-linux-gnu, and aarch64-linux-gnu.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'elf/Versions')
-rw-r--r--elf/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Versions b/elf/Versions
index 775aab62af..25e91339b5 100644
--- a/elf/Versions
+++ b/elf/Versions
@@ -55,6 +55,7 @@ ld {
     _dl_argv; _dl_find_dso_for_object; _dl_get_tls_static_info;
     _dl_deallocate_tls; _dl_make_stack_executable;
     _dl_rtld_di_serinfo; _dl_starting_up; _dl_fatal_printf;
+    _dl_audit_symbind_alt;
     _rtld_global; _rtld_global_ro;
 
     # Only here for gdb while a better method is developed.