<div dir="ltr">Hi Stephan,<div><br></div><div>I've seen your new module code and I have two questions:</div><div><br></div><div> 1. why not chroot() and then chdir() to working directory? That would make the default of "/" for the working directory be perfect for the case where only the chroot_directory is set.</div><div> 2. I see not even the PEP mention dealing with pythonpath (sys.path). However, I'd expect that if we're changing the working directory that we add it to sys.path and maybe even remove the old one. A daemon might want to chdir to its private directory where it has more modules that are not installed system-wide. What do you think?</div><div><br></div><div>Thanks,</div><div><br></div><div>-- Ulisses</div></div>