diff options
Diffstat (limited to 'src/env_whitelist')
-rw-r--r-- | src/env_whitelist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/env_whitelist b/src/env_whitelist new file mode 100644 index 0000000..00ea17a --- /dev/null +++ b/src/env_whitelist @@ -0,0 +1,26 @@ +# /lib/rcscripts/conf.d/env_whitelist: System environment whitelist for rc-system + +# See /etc/conf.d/env_whitelist for details. + +# +# Internal variables needed for operation of rc-system +# +# NB: Do not modify below this line if you do not know what you are doing!! +# + +# Hotplug ? +IN_BACKGROUND +IN_HOTPLUG + +# Default shell stuff +SHELL +USER +HOME + +# From /sbin/init +PATH +INIT_VERSION +RUNLEVEL +PREVLEVEL +CONSOLE + |