source: trunk/libs/newlib/src/newlib/libc/sys/linux/dl/unsecvars.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 667 bytes
Line 
1/* Environment variable to be removed for SUID programs.  The names are
2   all stuffed in a single string which means they have to be terminated
3   with a '\0' explicitly.  */
4#define UNSECURE_ENVVARS \
5  "LD_PRELOAD\0"                                                              \
6  "LD_LIBRARY_PATH\0"                                                         \
7  "LD_ORIGIN_PATH\0"                                                          \
8  "LD_DEBUG_OUTPUT\0"                                                         \
9  "LD_PROFILE\0"                                                              \
10  "GCONV_PATH\0"                                                              \
11  "HOSTALIASES\0"                                                             \
12  "LOCALDOMAIN\0"                                                             \
13  "LOCPATH\0"                                                                 \
14  "MALLOC_TRACE\0"                                                            \
15  "NLSPATH\0"                                                                 \
16  "RESOLV_HOST_CONF\0"                                                        \
17  "RES_OPTIONS\0"                                                             \
18  "TMPDIR\0"                                                                  \
19  "TZDIR\0"
Note: See TracBrowser for help on using the repository browser.