diff options
| author | Russ Allbery <rra@stanford.edu> | 2013-03-27 15:19:54 -0700 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2013-03-27 15:19:54 -0700 | 
| commit | 5df16adc5024c56e3d733741919954308b4d498a (patch) | |
| tree | 5f042adaaa988478ca271f41f9b272ef5a1b45b5 /docs/design | |
| parent | 431c3b56a52b9fe3135ab4339bada13ed49bda92 (diff) | |
| parent | 6871bae8e26beadaff5035de56b4f70a78961dc9 (diff) | |
Merge tag 'upstream/1.0' into debian
Upstream version 1.0
Diffstat (limited to 'docs/design')
| -rw-r--r-- | docs/design | 16 | 
1 files changed, 13 insertions, 3 deletions
| diff --git a/docs/design b/docs/design index f7faa55..8f4b20d 100644 --- a/docs/design +++ b/docs/design @@ -148,9 +148,9 @@ Server Design      * Optional ACLs for get, store, show, destroy, and flag operations.        If there is an ACL for get, store, or show, that overrides the -      normal permissions of the owner.  In the absence of an ACL for -      destroy or flag, only wallet administrators can destroy an object or -      set flags on that object.  This entry would need no special ACLs. +      normal permissions of the owner.  In the absence of an ACL for flag, +      only wallet administrators can set flags on that object.  This entry +      would need no special ACLs.      * Trace fields storing the user, remote host, and timestamp for when        this object was last created, stored, and downloaded. @@ -369,3 +369,13 @@ Security Considerations      operations on an object to allow retrieval of the complete history of      an object.  Third, all wallet operations are logged to syslog and      therefore suitable for archiving, analysis, and forensics. + +License + +    Copyright 2007, 2008, 2013 +        The Board of Trustees of the Leland Stanford Junior University + +    Copying and distribution of this file, with or without modification, +    are permitted in any medium without royalty provided the copyright +    notice and this notice are preserved.  This file is offered as-is, +    without any warranty. | 
