ust-fd: Add close_range declaration
[lttng-ust.git] / src / common / getenv.c
index 55e6ad7cc5a069130ffb2172890752ef3e0d22c6..120225e6bc888104262856849ea9a51fcb71151d 100644 (file)
@@ -42,6 +42,7 @@ static struct lttng_env lttng_env[] = {
        /* Env. var. which can be used in setuid/setgid executables. */
        { "LTTNG_UST_WITHOUT_BADDR_STATEDUMP", LTTNG_ENV_NOT_SECURE, NULL, },
        { "LTTNG_UST_REGISTER_TIMEOUT", LTTNG_ENV_NOT_SECURE, NULL, },
+       { "LTTNG_UST_MAP_POPULATE_POLICY", LTTNG_ENV_NOT_SECURE, NULL, },
 
        /* Env. var. which are not fetched in setuid/setgid executables. */
        { "LTTNG_UST_CLOCK_PLUGIN", LTTNG_ENV_SECURE, NULL, },
@@ -49,6 +50,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
This page took 0.024858 seconds and 4 git commands to generate.