adaptai / platform /dbops /binaries /janusgraph /elasticsearch /modules /x-pack-ml /plugin-security-test.policy
| // Needed for painless script to run | |
| grant { | |
| // needed to create the classloader which allows plugins to extend other plugins | |
| permission java.lang.RuntimePermission "createClassLoader"; | |
| }; |