You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2010/06/24 14:33:29 UTC

svn commit: r957526 - in /db/derby/docs/trunk/src/adminguide: tadminnetservbasic.dita tadminnetservcustom.dita

Author: rhillegas
Date: Thu Jun 24 12:33:29 2010
New Revision: 957526

URL: http://svn.apache.org/viewvc?rev=957526&view=rev
Log:
DERBY-4708: Clarify that the policy file needs to restrict the liberal permissions granted to import/export as well as to backup/restore.

Modified:
    db/derby/docs/trunk/src/adminguide/tadminnetservbasic.dita
    db/derby/docs/trunk/src/adminguide/tadminnetservcustom.dita

Modified: db/derby/docs/trunk/src/adminguide/tadminnetservbasic.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/tadminnetservbasic.dita?rev=957526&r1=957525&r2=957526&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/tadminnetservbasic.dita (original)
+++ db/derby/docs/trunk/src/adminguide/tadminnetservbasic.dita Thu Jun 24 12:33:29 2010
@@ -48,7 +48,7 @@ API described in the following section: 
 will find a template security policy in the Derby distribution at <i>demo/templates/server.policy</i>.
 Most likely, you will want to customize this policy. For example, probably
 you will want to restrict the server's liberal file i/o permissions which
-let the server backup/restore to/from any location in the local file system.
+let the server backup/restore and export/import to or from any location in the local file system.
 For details on how to customize the Template policy, please see <xref href="tadminnetservcustom.dita"></xref>.
 The following example is a copy of the Basic policy: </p>  <codeblock>
 grant codeBase "${derby.install.url}derby.jar"

Modified: db/derby/docs/trunk/src/adminguide/tadminnetservcustom.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/tadminnetservcustom.dita?rev=957526&r1=957525&r2=957526&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/tadminnetservcustom.dita (original)
+++ db/derby/docs/trunk/src/adminguide/tadminnetservcustom.dita Thu Jun 24 12:33:29 2010
@@ -29,7 +29,7 @@ limitations under the License.
 the section <xref href="tadminnetservbasic.dita"></xref>. Most likely, you
 will want to customize your own security policy. For example, you might want
 to restrict the server's liberal file i/o permissions which let the server
-backup to and restore from any location in the local file system. Customizing
+backup/restore and export/import to or from any location in the local file system. Customizing
 the security policy is simple: </p>  <ul>
 <li>A template policy lives in the Derby distribution at <i>demo/templates/server.policy</i>.
 Copy the file from this location to your own file, say <i>myCustomized.policy</i>.