
pengines_sandbox.pl -- Declare Pengine interaction sandbox-safeThis module can be loaded alongside library(pengines) to allow for calling remote pengines from a sandboxed environment. This is disallowed by default because one of the use-cases of sandboxed pengines is to provide a generic application interface. In such cases you do not want the application to act as a proxy, in particular not to other systems in a protected network.
sandbox:safe_primitive(+Goal) is semidet[multifile]
sandbox:safe_meta(+Goal, -Called) is semidet[multifile]