[ 
https://issues.apache.org/jira/browse/DERBY-6160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13626885#comment-13626885
 ] 

Kim Haase commented on DERBY-6160:
----------------------------------

Actually, the file permissions restrictions apparently apply to the Network 
Server but not to the embedded server. The topic in the Developer's Guide 
focuses on permissions needed to run Derby embedded. So it would appear that 
these particular permissions need to be added to the Admin Guide topic but not 
to the Dev Guide one. Does this make sense? 

There's another permission in the policy file that we've never documented in 
the Dev Guide:

  // getProtectionDomain is an optional permission needed for printing classpath
  // information to derby.log
  permission java.lang.RuntimePermission "getProtectionDomain";

Is this specific to the Network Server? Or should it be described in the Dev 
Guide too? Thanks for any advice.
                
> Required permission RuntimePermission "accessUserInformation"  should be 
> documented in the Developers Guide 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-6160
>                 URL: https://issues.apache.org/jira/browse/DERBY-6160
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.9.1.0, 10.10.1.1
>            Reporter: Kathey Marsden
>            Assignee: Kim Haase
>
> DERBY-5363 added a new required permission  RuntimePermission 
> "accessUserInformation".
> This should be added to the developer guide information under granting 
> permissions to Derby.
> https://builds.apache.org/job/Derby-docs/lastSuccessfulBuild/artifact/trunk/out/devguide/cdevbabejgjd.html
> I am not sure of the context under which it is required if it is just needed. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to