mirror of https://github.com/apache/lucene.git
Remove hack for localhost address of old FreeBSD build machine
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
942ba07248
commit
35fbea9dad
|
@ -38,10 +38,6 @@ grant {
|
|||
permission java.net.SocketPermission "127.0.0.1:1024-", "accept,listen";
|
||||
permission java.net.SocketPermission "[::1]:1024-", "accept,listen";
|
||||
|
||||
// This is a special case, because the network config of the ASF Jenkins server is broken,
|
||||
// see: http://freebsd.1045724.n5.nabble.com/jail-external-and-localhost-distinction-td3967320.html
|
||||
permission java.net.SocketPermission "lucene.zones.apache.org:1024-", "accept,listen";
|
||||
|
||||
// Allow connecting to the internet anywhere
|
||||
permission java.net.SocketPermission "*", "connect,resolve";
|
||||
|
||||
|
|
|
@ -102,10 +102,6 @@ grant {
|
|||
permission java.net.SocketPermission "127.0.0.1:1024-", "accept,listen,connect,resolve";
|
||||
permission java.net.SocketPermission "[::1]:1024-", "accept,listen,connect,resolve";
|
||||
|
||||
// This is a special case, because the network config of the ASF Jenkins server is broken,
|
||||
// see: http://freebsd.1045724.n5.nabble.com/jail-external-and-localhost-distinction-td3967320.html
|
||||
permission java.net.SocketPermission "lucene.zones.apache.org:1024-", "accept,listen,connect,resolve";
|
||||
|
||||
// SSL related properties for jetty
|
||||
permission java.security.SecurityPermission "getProperty.ssl.KeyManagerFactory.algorithm";
|
||||
permission java.security.SecurityPermission "getProperty.ssl.TrustManagerFactory.algorithm";
|
||||
|
|
Loading…
Reference in New Issue