Drop the second "owner" argument from invirt.authz.expandAdmin.
authorEvan Broder <broder@mit.edu>
Fri, 5 Feb 2010 16:20:53 +0000 (11:20 -0500)
committerEvan Broder <broder@mit.edu>
Fri, 5 Feb 2010 16:20:53 +0000 (11:20 -0500)
commit7824b2db8f1795ea784d70def02c362d48ab91b5
tree9ff5caaaf4c435f8070ea62213a2ecbbfa0d7078
parentf0ececfc657b2334ed8d1e12a7e235a088e93aef
Drop the second "owner" argument from invirt.authz.expandAdmin.

If we find out later that some authz mechanism requires knowing the
owner to interpret the administrator, we can add it back. But so long
as all authz modules live in our tree, let's not add unnecessary API
complexity just because we can.

svn path=/trunk/packages/xvm-authz-locker/; revision=2988
python/invirt/authz.py