adaptai / platform /dbops /binaries /janusgraph /elasticsearch /modules /x-pack-graph /plugin-security.policy
| grant { | |
| // needed for multiple server implementations used in tests | |
| permission java.net.SocketPermission "*", "accept,connect"; | |
| }; | |
| grant { | |
| // needed for multiple server implementations used in tests | |
| permission java.net.SocketPermission "*", "accept,connect"; | |
| }; | |