22
22
* This program runs a given program in a given working dir.
23
23
* First, it chroots to a jail path and setuids to a given user ID.
24
24
* This is intented to provide a safe execution environment for arbitrary
27
27
* Scripts (such as Python programs) should be executed by supplying
28
28
* "/usr/bin/python" as the program, and the script as the first argument.