X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fgetenv.c;h=7f7b85349fe597654b4a2c4700a0e392478275ed;hb=c0f6fb054d2f16518d047a6adf7e8aa81eff5403;hp=bc7a4d4ac98ce2f7ccc434e94727d0778ce7338a;hpb=042dbbc86aaf0d25b4922ecf268f406d31cd8986;p=lttng-ust.git diff --git a/src/common/getenv.c b/src/common/getenv.c index bc7a4d4a..7f7b8534 100644 --- a/src/common/getenv.c +++ b/src/common/getenv.c @@ -32,11 +32,12 @@ static int lttng_ust_getenv_is_init = 0; static struct lttng_env lttng_env[] = { /* - * LTTNG_UST_DEBUG is used directly by snprintf, because it - * needs to be already set for ERR() used in - * lttng_ust_getenv_init(). + * LTTNG_UST_DEBUG and LTTNG_UST_ABORT_ON_CRITICAL are used directly by + * the internal logging, because they need to be already set for ERR() + * used in lttng_ust_getenv_init(). */ { "LTTNG_UST_DEBUG", LTTNG_ENV_NOT_SECURE, NULL, }, + { "LTTNG_UST_ABORT_ON_CRITICAL", LTTNG_ENV_NOT_SECURE, NULL, }, /* Env. var. which can be used in setuid/setgid executables. */ { "LTTNG_UST_WITHOUT_BADDR_STATEDUMP", LTTNG_ENV_NOT_SECURE, NULL, }, @@ -48,6 +49,7 @@ static struct lttng_env lttng_env[] = { { "LTTNG_UST_ALLOW_BLOCKING", LTTNG_ENV_SECURE, NULL, }, { "HOME", LTTNG_ENV_SECURE, NULL, }, { "LTTNG_HOME", LTTNG_ENV_SECURE, NULL, }, + { "LTTNG_UST_APP_PATH", LTTNG_ENV_SECURE, NULL, }, }; static