diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 20:41:43 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 20:41:43 -0500 |
commit | 1342fe0f855d72642c250c7c4be3509fb2257d7b (patch) | |
tree | a3ab69086e996bb953f77457bb235ae729cb3359 /devel/requirements | |
parent | 7ab44372d81e86df99b3aefa114a5003df98bc61 (diff) | |
download | horizon-1342fe0f855d72642c250c7c4be3509fb2257d7b.tar.gz horizon-1342fe0f855d72642c250c7c4be3509fb2257d7b.tar.bz2 horizon-1342fe0f855d72642c250c7c4be3509fb2257d7b.tar.xz horizon-1342fe0f855d72642c250c7c4be3509fb2257d7b.zip |
req: 3b: Add Runner.Validate.encrypt.Unique
Diffstat (limited to 'devel/requirements')
-rw-r--r-- | devel/requirements/3b_runner.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml index fb6d138..25da1b0 100644 --- a/devel/requirements/3b_runner.xml +++ b/devel/requirements/3b_runner.xml @@ -482,6 +482,10 @@ <title>Runner.Validate.encrypt.Block</title> <para>If the system is running in an installation environment, the system shall verify that the value of each <literal>encrypt</literal> key, and the first value of each <literal>encrypt</literal> key tuple, specifies a valid block device or a block device that will be created.</para> </formalpara> + <formalpara id="Runner.Validate.encrypt.Unique"> + <title>Runner.Validate.encrypt.Unique</title> + <para>The system shall verify that the value of each <literal>encrypt</literal> key, and the first value of each <literal>encrypt</literal> key tuple, is unique to all <literal>encrypt</literal> keys and <literal>encrypt</literal> key tuples in the HorizonScript.</para> + </formalpara> <formalpara id="Runner.Validate.fs"> <title>Runner.Validate.fs</title> <para>The systemm shall verify any <literal>fs</literal> keys contained in the HorizonScript.</para> |