open-vault/logical
Jeff Mitchell 4f4ddbf017 Create more granular ACL capabilities.
This commit splits ACL policies into more fine-grained capabilities.
This both drastically simplifies the checking code and makes it possible
to support needed workflows that are not possible with the previous
method. It is backwards compatible; policies containing a "policy"
string are simply converted to a set of capabilities matching previous
behavior.

Fixes #724 (and others).
2016-01-08 13:05:14 -05:00
..
framework Create more granular ACL capabilities. 2016-01-08 13:05:14 -05:00
testing WriteOperation -> UpdateOperation 2016-01-08 13:03:03 -05:00
auth.go
connection.go
error.go
lease.go
lease_test.go
logical.go Create more granular ACL capabilities. 2016-01-08 13:05:14 -05:00
request.go Create more granular ACL capabilities. 2016-01-08 13:05:14 -05:00
response.go
secret.go
storage.go
storage_inmem.go
storage_inmem_test.go
system_view.go
testing.go
uuid.go