-
Committer:
mattgiuca
-
Date:
2008-02-06 05:57:31 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:433
setup.py: Conf now writes another file, lib/conf/jailconf.py. This file is a
stripped down version of conf which only contains things the jail needs, in a
jail-relative fashion.
Build will, when building the jail, overwrite lib/conf/conf.py WITHIN the jail
with jailconf.py, thus ensuring the sensitive details in conf.py never get
copied into the user's jails, and they see the jailconf version instead.
Also added action_remove which is used by some other actions as an
abstraction.