diff options
author | Russ Allbery <rra@stanford.edu> | 2007-11-20 02:01:27 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-11-20 02:01:27 +0000 |
commit | 66da128c39971f9a40553af9351b489f1ad186e1 (patch) | |
tree | 43522aaa63f8d290ab605322d20892b8a4bc0bb5 /NEWS | |
parent | 96d4c0b4dbf8b2ff4649f418bd170d1242910b10 (diff) |
Add support for running a user-defined function whenever an object is
created by a non-ADMIN user and using the default owner ACL returned
by that function provided that the calling user is authorized by that
ACL. This permits dynamic creation of new objects based on a default
owner ACL programmatically determined from the name of the object.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ wallet 0.3 (unreleased) + Add support for running a user-defined function whenever an object is + created by a non-ADMIN user and using the default owner ACL returned + by that function provided that the calling user is authorized by that + ACL. This permits dynamic creation of new objects based on a default + owner ACL programmatically determined from the name of the object. + Add support for displaying the history of objects and ACLs. Add an ACL verifier that checks access against NetDB roles using the |