OSDN Git Service

Add permitted_when_isolated_path to linker namespaces
authorDimitry Ivanov <dimitry@google.com>
Tue, 8 Dec 2015 18:47:13 +0000 (10:47 -0800)
committerDimitry Ivanov <dimitry@google.com>
Wed, 9 Dec 2015 21:54:01 +0000 (13:54 -0800)
commit284ae3559ed909613b189b98bdc3efab94373a30
tree7f525b5244599a2caa7692d3d179dde4bbb61fe3
parentdf196131f3c16f1eddb1542c7e04c675e7f1fbda
Add permitted_when_isolated_path to linker namespaces

The permitted_when_isolated_path is a way to white-list
directories not present in search-path. It is ignored for
not isolated namespaces.

Bug: http://b/25853516
Bug: http://b/22548808
Change-Id: Ib1538037268eea69323ea49968a34a4a1d1938a5
libc/include/android/dlext.h
libdl/libdl.c
linker/dlfcn.cpp
linker/linker.cpp
linker/linker.h
linker/linker_utils.cpp
linker/linker_utils.h
linker/tests/linker_utils_test.cpp
tests/dlext_test.cpp