Move XVM's locker authorization code into a separate xvm-authz-locker 0.0.1
authorEvan Broder <broder@mit.edu>
Wed, 16 Dec 2009 03:10:20 +0000 (22:10 -0500)
committerEvan Broder <broder@mit.edu>
Wed, 16 Dec 2009 03:10:20 +0000 (22:10 -0500)
commit5d59bd7a0556e1d10cec3548cd3cf85e2fa7530c
tree5ac9b4acc7dad047afcf9801f076fd7e13823e58
Move XVM's locker authorization code into a separate xvm-authz-locker
package (and corresponding xvm.authz.locker Python package).

This makes it possible to install invirt-base without needing the
authz code installed as well, and also separates some very
XVM-specific logic from the Invirt packages.

svn path=/trunk/packages/xvm-authz-locker/; revision=2602
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/pycompat [new file with mode: 0644]
debian/pyversions [new file with mode: 0644]
debian/rules [new file with mode: 0755]
python/xvm/__init__.py [new file with mode: 0644]
python/xvm/authz/__init__.py [new file with mode: 0644]
python/xvm/authz/locker.py [new file with mode: 0644]
setup.py [new file with mode: 0755]