Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dir/server: allow complete Access file Lookup with AnyRight
Closes a discrepancy Dave found when writing the DirCache: It's possible to do a WhichAccess with only AnyRight and the blocks are not removed (not marked incomplete), so it's possible to fetch the blocks and Get the Access file. However, a Lookup would mark the blocks as incomplete. This makes it so Access and Group files are readable by anyone with AnyRights, since they're necessary for offline verification of rights. Change-Id: I39d7cac3ddca37cb30fdcfc36a4c92a14ce10cdc Reviewed-on: https://upspin-review.googlesource.com/10840 Reviewed-by: David Presotto <[email protected]> Reviewed-by: Andrew Gerrand <[email protected]>
- Loading branch information