Hi,

I am designing a system in which scripts are installed into their own
directory, by a non-root user, under their home directory.

It is very important they not be allowed to write anywhere outside the
directory they are installed in. There are two ways I thought of doing
this; create a user for each script to run as, without permission to see
outside of its directory, or run in a chroot.

My problem here is both of these methods need root privileges to get
started, and for the life of me I cannot think how to get around this.
Is there any way at all to create a chroot-like environment without root
privileges?

Thank you,
Trevor.


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to