jumblemuddle Posted February 11, 2020 Posted February 11, 2020 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?