summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-05 20:43:08 +0000
committerRoy Marples <roy@marples.name>2008-01-05 20:43:08 +0000
commitc92be49041a7b56f651a93e71e15e94bc8727489 (patch)
tree0d827c479bfac37c35a6e2bf687f8353064707a2 /etc
parentac21d75300dabe83578e4373fcfd09d67c3a083b (diff)
downloadopenrc-c92be49041a7b56f651a93e71e15e94bc8727489.tar.gz
openrc-c92be49041a7b56f651a93e71e15e94bc8727489.tar.bz2
openrc-c92be49041a7b56f651a93e71e15e94bc8727489.tar.xz
Move the env whitelists to an rc var and build in the system whitelist.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 659e5b1..8cfc0c9 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -52,6 +52,10 @@ rc_force_auto="NO"
# /var/log/rc.log
rc_logger="NO"
+# By default we filter the environment for our running scripts. To allow other
+# variables through, add them here. Use a * to allow all variables through.
+# rc_env_allow="VAR1 VAR2"
+
##############################################################################
# MISC CONFIGURATION VARIABLES
# There variables are shared between many init scripts