summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0661854)
set to in the configuration.
svn path=/trunk/packages/invirt-base/; revision=2560
* Add a captureOutput function to invirt.common as a convenient wrapper
around subprocess.Popen.
* Allow iterating over invirt.common.struct objects.
* Add a captureOutput function to invirt.common as a convenient wrapper
around subprocess.Popen.
* Allow iterating over invirt.common.struct objects.
+ * New invirt.authz package containing:
+ - invirt.authz.locker: The authorization policies currently being used
+ by XVM
+ - invirt.authz.mech: Automagically populated by the authorization
+ module selected in the Invirt config file
- -- Evan Broder <broder@mit.edu> Sun, 22 Nov 2009 16:55:07 -0500
+ -- Evan Broder <broder@mit.edu> Sun, 22 Nov 2009 21:18:38 -0500
invirt-base (0.0.25) unstable; urgency=low
invirt-base (0.0.25) unstable; urgency=low
+from invirt.config import structs as config
+
+mech = __import__(config.authz.mech, fromlist='dummy')