diff options
Diffstat (limited to 'conf.d/env_whitelist')
-rw-r--r-- | conf.d/env_whitelist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/env_whitelist b/conf.d/env_whitelist new file mode 100644 index 00000000..30a3695a --- /dev/null +++ b/conf.d/env_whitelist @@ -0,0 +1,6 @@ +# /etc/conf.d/env_whitelist: Environment whitelist for rc-system + +# Specify which variables are allowed to be passed from the environment to the +# rc-system. If it is not set by the environment, then the variable will be +# taken from /etc/profile.env - meaning, if you need to set LANG or such, +# do it in a /etc/env.d/99myownstuff file for example, and run env-update. |