Skip to content

Commit

Permalink
More capability info
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 21, 2013
1 parent 703fe63 commit 4198e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ There are 3 parts to the capability token:

There are three capability levels for each vault:

* verifycap (v): Can determine a value is authentic, but can't decrypt it
* readcap (r): Can read values from within the vault, but cannot write to it
* writecap (rw): Can write new values into the vault
* **verifycap** (ks.verify): Can determine a value is authentic, but can't decrypt it
* **readcap** (ks.read): Can read values from within the vault, but cannot write to it
* **writecap** (ks.write): Can write new values into the vault

Each set of capabilities builds upon the last: users with the read capability
can also verify, and users with the write capability can also read. Users who
Expand Down

0 comments on commit 4198e30

Please sign in to comment.