diff --git a/linker/linker_environ.cpp b/linker/linker_environ.cpp index 16f017e58..8ae5a9d1d 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",