Remove special-case for enwiki (we run tests on Jenkins without security manager instead)

This commit is contained in:
Uwe Schindler 2016-08-16 00:34:37 +02:00
parent b71ef3cc4e
commit f00843419f
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ grant {
// should be enclosed within common.dir, but just in case:
permission java.io.FilePermission "${junit4.childvm.cwd}", "read";
// jenkins wants to read outside its sandbox, to use a special linedocs file.
// this is best effort and not really supported.
permission java.io.FilePermission "/home/jenkins/lucene-data/enwiki.random.lines.txt", "read";
// write only to sandbox
permission java.io.FilePermission "${junit4.childvm.cwd}${/}temp", "read,write,delete";
permission java.io.FilePermission "${junit4.childvm.cwd}${/}temp${/}-", "read,write,delete";