PERFORCE change 164148 for review

Robert Watson rwatson at FreeBSD.org
Thu Jun 11 21:31:16 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=164148

Change 164148 by rwatson at 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
 };
 


More information about the p4-projects mailing list