|
Posted by a on 01/19/06 00:06
Hi,
The php script that processes user input from a form, starts a new process
using exec. In my case, the process may contain arbitrary, user defined
functionality. How do I ensure that that process doesn't do any harm? Is
there a way to define a sort of sandbox that the process can run in, so it
won't be able to access any unauthorized resources, or do some other damage
to the server?
I am running PHP 5.1.2 on Apache 2, on Win XP Pro.
Thanks,
A
[Back to original message]
|