150
145
shutil.rmtree(jail_site_packages)
151
146
shutil.copytree(ivle_site_packages, jail_site_packages)
160
148
# Make /tmp and /var/lock un-world-writable. /tmp will be mounted over,
161
149
# and /var/{lock,tmp} should die.
162
150
for path in ('tmp', 'var/lock', 'var/tmp'):