summaryrefslogtreecommitdiffstats
path: root/linker/linker_environ.cpp
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2013-01-17 23:25:24 -0800
committerNick Kralevich <nnk@google.com>2013-01-18 11:28:47 -0800
commit4df577fef74063507cba229bce352bbcf89df279 (patch)
tree11763e24578a64b6706cdfdc97df5c95ce79ac58 /linker/linker_environ.cpp
parent4bfaf1e5f62748b305406ff4ceebd5f4b750038c (diff)
downloadbionic-4df577fef74063507cba229bce352bbcf89df279.zip
bionic-4df577fef74063507cba229bce352bbcf89df279.tar.gz
bionic-4df577fef74063507cba229bce352bbcf89df279.tar.bz2
Revert "Filter ANDROID_PROPERTY_WORKSPACE"
Temporarily revert the change since DNS resolution seems broken right now in ping util. Bug: 8029617 This reverts commit a0f64756a4a55ab48b2b5511d4e7c45583dac44b.
Diffstat (limited to 'linker/linker_environ.cpp')
-rw-r--r--linker/linker_environ.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linker/linker_environ.cpp b/linker/linker_environ.cpp
index 16f017e..8ae5a9d 100644
--- a/linker/linker_environ.cpp
+++ b/linker/linker_environ.cpp
@@ -112,7 +112,6 @@ static bool __is_valid_environment_variable(const char* name) {
static bool __is_unsafe_environment_variable(const char* name) {
// None of these should be allowed in setuid programs.
static const char* const UNSAFE_VARIABLE_NAMES[] = {
- "ANDROID_PROPERTY_WORKSPACE",
"GCONV_PATH",
"GETCONF_DIR",
"HOSTALIASES",