Is there a way to modify the Java security policy?
I'm attempting to use Clojure which uses `System.getProperties`, however I'm getting a `java.security.AccessControlException: access denied ("java.util.PropertyPermission" "*" "read,write")` error. Is there a way around this?