Revert "Filter ANDROID_PROPERTY_WORKSPACE"

Temporarily revert the change since DNS resolution seems
broken right now in ping util.

Bug: 8029617

This reverts commit a0f64756a4.
This commit is contained in:
Guang Zhu 2013-01-17 23:25:24 -08:00 committed by Nick Kralevich
parent 4bfaf1e5f6
commit 4df577fef7

View File

@ -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",