adaptai / platform /dbops /binaries /janusgraph /elasticsearch /modules /x-pack-ml /plugin-security-test.policy
ADAPT-Chase's picture
Add files using upload-large-folder tool
3c86104 verified
Raw
History Blame Contribute Delete
192 Bytes
// Needed for painless script to run
grant {
// needed to create the classloader which allows plugins to extend other plugins
permission java.lang.RuntimePermission "createClassLoader";
};