Browse Source

- added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid exec

Ned Ludd 19 years ago
parent
commit
f6cc7543c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ldso/include/unsecvars.h

+ 1 - 0
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"			\