![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/share/elasticsearch/modules/x-pack-watcher/ |
grant { // required to configure the custom mailcap for watcher permission java.lang.RuntimePermission "setFactory"; // needed when sending emails for javax.activation // otherwise a classnotfound exception is thrown due to trying // to load the class with the application class loader permission java.lang.RuntimePermission "setContextClassLoader"; permission java.lang.RuntimePermission "getClassLoader"; // TODO: remove use of this jar as soon as possible!!!! permission java.lang.RuntimePermission "accessClassInPackage.com.sun.activation.registries"; // needed for multiple server implementations used in tests permission java.net.SocketPermission "*", "accept,connect"; };