Move the env whitelists to an rc var and build in the system whitelist.

This commit is contained in:
Roy Marples
2008-01-05 20:43:08 +00:00
parent ac21d75300
commit c92be49041
4 changed files with 52 additions and 65 deletions

View File

@@ -1,6 +0,0 @@
# /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.