]> git.donarmstrong.com Git - dak.git/commit
Implement dm-remove and dm-migrate commands.
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 29 Dec 2012 11:22:06 +0000 (12:22 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 29 Dec 2012 11:22:06 +0000 (12:22 +0100)
commit5361b60d3a097176c48456ff6e75658b875a593e
treee1e72cf1e22a0748082300e2b5faaf2c870b6dc6
parent1aaa31abc190aba714ee84c97927696274f8b2c0
Implement dm-remove and dm-migrate commands.

The dm-remove command can be used to remove all DM ACL entries for a
given fingerprint:

  Action: dm-remove
  Fingerprint: ...

The dm-migrate command can be used to migrate all DM ACL entries from
one key to another:

  Action: dm-migrate
  From: ...
  To: ...
daklib/command.py