From 4f054116b7a0abc52587c613f7228e00853d125c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 5 Sep 2019 08:37:38 -0500 Subject: script: keys: Add firmware key --- devel/script/2_keys.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'devel') diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index 533ab3b..9a29703 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -143,5 +143,36 @@ keymap fr +
+ <literal>firmware</literal> + + Name + firmware + + + Purpose + The firmware key determines if the target computer will load potentially insecure, proprietary firmware. + + + Format + The firmware key is a Boolean value — valid values are true and false. firmware may appear at most once in a HorizonScript. + + + Default + If the firmware key is not present, the target computer will not load proprietary firmware. This is to ensure the integrity, security, and reliability of the target computer. + + + Example + + + The <literal>firmware</literal> Key + +firmware false + + This explicitly disables loading of firmware on the target computer. + + + +
-- cgit v1.2.3-60-g2f50