Disable Sandbox of Pengine

Hi,

For testing purposes I would like to run a pengine server that is not sandboxed. Is this possible? I.e. a Pengine server where there are no restrictions on which predicates can be executed from remotely.

Alternatively, is there a way to declare obvious unsafe predicates as safe simply for testing, e.g. can I declare shell() as safe?

Currently I get “no permission to declare safe_goal shell()”.

Thank you.