[libvirt PATCH v2 03/15] conf: add

2021-12-02 Thread marcandre . lureau
From: Marc-André Lureau Signed-off-by: Marc-André Lureau --- docs/schemas/basictypes.rng | 7 ++ docs/schemas/domaincommon.rng | 33 src/conf/domain_conf.c| 78 ++- src/conf/domain_conf.h

Re: [libvirt] [PATCH v2 03/15] conf: Add new secret type "passphrase"

2016-06-24 Thread John Ferlan
On 06/24/2016 06:28 AM, Peter Krempa wrote: > On Thu, Jun 23, 2016 at 13:28:59 -0400, John Ferlan wrote: >> 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: >> >> >> ... >>

Re: [libvirt] [PATCH v2 03/15] conf: Add new secret type "passphrase"

2016-06-24 Thread Peter Krempa
On Thu, Jun 23, 2016 at 13:28:59 -0400, John Ferlan wrote: > 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: > > > ... > ... > >mumblyfratz > > >

[libvirt] [PATCH v2 03/15] conf: Add new secret type "passphrase"

2016-06-23 Thread John Ferlan
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: ... ... mumblyfratz Signed-off-by: John Ferlan --- docs/aclpolkit.html.in