Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2009 21:31:14 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 164148 for review
Message-ID:  <200906112131.n5BLVE6q041528@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164148

Change 164148 by rwatson@rwatson_freebsd_capabilities on 2009/06/11 21:30:52

	Export caplibindex lookup symbol so that applications running under
	rtld-elf-cap can query the current library descriptor cache.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf/rtld.c#15 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf/rtld.c#15 (text+ko) ====

@@ -242,6 +242,9 @@
     (func_ptr_type) &dl_iterate_phdr,
     (func_ptr_type) &_rtld_atfork_pre,
     (func_ptr_type) &_rtld_atfork_post,
+#ifdef IN_RTLD_CAP
+    (func_ptr_type) &ld_caplibindex_lookup,
+#endif
     NULL
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906112131.n5BLVE6q041528>