John H. Embretsen (JIRA) wrote:
[ https://issues.apache.org/jira/browse/DERBY-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465802 ]
John H. Embretsen commented on DERBY-2196:
------------------------------------------


e) I think it is good to have a relatively easy way to disable automatic security manager installation.

Does using this policy file as a custom policy count as "relatively easy"?

grant {
  permission java.security.AllPermission;
};

Then no special option is required.

Also remember this is only from a command line (main method) start, code that uses the lower level api (NetworkServerControl) will not install a security manager automatically, or (I assume) when the property is used to start the network server when embedded driver is loaded.

Dan.

Reply via email to