file permissions - Regardind a Java sandbox -


i have stack of .java files submissions programming contest. want run said files (in sandbox) , expect them accept input text file (provided me) , save output text file.

what permissions should using make sure untrusted .java files can only output text file desired file location?

if running in unix, can create user has permissions output in folder. long aren't running admin rights should pretty easy.


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

java - POJO with list of POJO to JSON display size and index -

objective c - Deep Linking for iOS Apps which are not installed yet? -