Jailkit - allowing use of Java/Python
- by James hooker
I'm looking to allow Jailed users to use JAVA (JRE) to execute their own Java files, similarly with Python to execute py scripts.
I've tried adding the JAVA binary (/usr/bin/java) to a jail using the following
jk_cp /path/to/jail /usr/bin/java
This seems to copy some of the libraries across, aswell as the Java binary itself, however the…