adaptai / platform /dbops /binaries /janusgraph /elasticsearch /modules /x-pack-ml /plugin-security.policy
| grant { | |
| // needed for Windows named pipes in machine learning | |
| permission java.io.FilePermission "\\\\.\\pipe\\*", "read,write"; | |
| }; | |
| grant { | |
| // needed for Windows named pipes in machine learning | |
| permission java.io.FilePermission "\\\\.\\pipe\\*", "read,write"; | |
| }; | |