Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-16 | Pass object type and name to external ACL verifiers | Russ Allbery | |
This requires changing the ACL verifier plumbing to pass object type and name all the way through when verifying ACLs. Hopefully I caught everything. | |||
2016-01-03 | Add Wallet::ACL::External ACL type | Russ Allbery | |
A new ACL type, external (Wallet::ACL::External), is now supported. This ACL runs an external command to check if access is allowed, and passes the principal and the ACL identifier to that command. To enable this ACL type for an existing wallet database, use wallet-admin to register the new verifier. Change-Id: I21b72b4373eefc92985aca1505e2d1a1ec699602 |