rng: Only one secret is in vol instead of zero or more

Referring to commit fab2e49d, it should be one and only secret for encryption.

Signed-off-by: Han Han <hhan@redhat.com>
This commit is contained in:
Han Han 2018-12-12 10:54:27 +08:00 committed by Michal Privoznik
parent a15fe1247d
commit b7378a6d29

View File

@ -24,9 +24,7 @@
</choice> </choice>
</attribute> </attribute>
<interleave> <interleave>
<zeroOrMore> <ref name='secret'/>
<ref name='secret'/>
</zeroOrMore>
<optional> <optional>
<element name='cipher'> <element name='cipher'>
<ref name='keycipher'/> <ref name='keycipher'/>