From: <fwi...@us...> - 2009-04-14 23:00:42
|
Revision: 6226 http://jython.svn.sourceforge.net/jython/?rev=6226&view=rev Author: fwierzbicki Date: 2009-04-14 23:00:40 +0000 (Tue, 14 Apr 2009) Log Message: ----------- Lame shell script to test jython with policy that disallows file writes. Added Paths: ----------- trunk/jython/tests/policy/run.sh Added: trunk/jython/tests/policy/run.sh =================================================================== --- trunk/jython/tests/policy/run.sh (rev 0) +++ trunk/jython/tests/policy/run.sh 2009-04-14 23:00:40 UTC (rev 6226) @@ -0,0 +1 @@ +java -Djava.security.manager -Djava.security.policy=nowrite.policy -classpath ../../dist/jython.jar org.python.util.jython $@ Property changes on: trunk/jython/tests/policy/run.sh ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |