summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-03-05 17:25:50 -0800
committerRuss Allbery <rra@stanford.edu>2010-03-05 17:25:50 -0800
commitfd7f47ed7dccb3ee01ddaa7e24b8bd7bffb6a1c6 (patch)
treeb781bb061949ac022958b00782f5aac49ad76b9c /NEWS
parent0e3df4c4159650e6de7fdcf6a0f0b661f25c03f7 (diff)
Allow naming policy enforcement for ACL names
Wallet::Config now supports an additional local function, verify_acl_name, which can be used to enforce ACL naming policies. If set, it is called for any ACL creation or rename and can reject the new ACL name.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e41b86e..1f63e07 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,11 @@ wallet 0.11 (unreleased)
integrity. This also allows us to return a better error message
naming an object that's still using that ACL.
+ Wallet::Config now supports an additional local function,
+ verify_acl_name, which can be used to enforce ACL naming policies. If
+ set, it is called for any ACL creation or rename and can reject the
+ new ACL name.
+
Add an audit command to wallet-report and one audit: objects name,
which returns all objects that do not pass the local naming policy.
The corresponding Wallet::Report method is audit().