diff options
author | Ned Ludd <solar@gentoo.org> | 2004-12-20 18:23:24 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-12-20 18:23:24 +0000 |
commit | f6cc7543c5530106123f1fa7958d1c594ddff3d8 (patch) | |
tree | b9224f23f9f15bdeec43e421e5c587d2c5720b54 | |
parent | 537a24b4208986e0f783dcb862ebc6ba2da96df0 (diff) | |
download | uClibc-alpine-f6cc7543c5530106123f1fa7958d1c594ddff3d8.tar.bz2 uClibc-alpine-f6cc7543c5530106123f1fa7958d1c594ddff3d8.tar.xz |
- added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid exec
-rw-r--r-- | ldso/include/unsecvars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/include/unsecvars.h b/ldso/include/unsecvars.h index ec760e274..4ed2c356c 100644 --- a/ldso/include/unsecvars.h +++ b/ldso/include/unsecvars.h @@ -11,6 +11,7 @@ "LD_LIBRARY_PATH\0" \ "LD_DEBUG\0" \ "LD_DEBUG_OUTPUT\0" \ + "LD_TRACE_LOADED_OBJECTS\0" \ "HOSTALIASES\0" \ "LOCALDOMAIN\0" \ "RES_OPTIONS\0" \ |