]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add new secret type "passphrase"
authorJohn Ferlan <jferlan@redhat.com>
Wed, 1 Jun 2016 19:00:57 +0000 (15:00 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 1 Jul 2016 19:45:41 +0000 (15:45 -0400)
commitc84380106fe69f86842dc7e8c032af6740bef77e
tree004f88756f9c2160534bd3ad4cb6c807429001a5
parent3977c386f608e5d533f5797132af104cedcc3f9d
conf: Add new secret type "passphrase"

Add a new secret type known as "passphrase" - it will handle adding the
secret objects that need a passphrase without a specific username.

The format is:

   <secret ...>
     <uuid>...</uuid>
     ...
     <usage type='passphrase'>
       <name>mumblyfratz</name>
     </usage>
   </secret>

Signed-off-by: John Ferlan <jferlan@redhat.com>
docs/aclpolkit.html.in
docs/formatsecret.html.in
docs/schemas/secret.rng
include/libvirt/libvirt-secret.h
src/access/viraccessdriverpolkit.c
src/conf/secret_conf.c
src/conf/secret_conf.h
src/conf/virsecretobj.c
tests/secretxml2xmlin/usage-passphrase.xml [new file with mode: 0644]
tests/secretxml2xmltest.c