summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-04-02 08:52:05 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-06 12:31:08 -0400
commit8d6e983693fc02ff8e0b66946e3ae7a478a7da8a (patch)
treeba5b5fd60e76b868417aaa48861a0850fb261a48 /src/build/buildpnor/genPnorImages.pl
parentbe53610329532c64c3a924db343c0d474079b95d (diff)
downloadtalos-hostboot-8d6e983693fc02ff8e0b66946e3ae7a478a7da8a.tar.gz
talos-hostboot-8d6e983693fc02ff8e0b66946e3ae7a478a7da8a.zip
Reset Security Override Flag During Key Transition
During key transition to production keys, the banner on the console shows lab security override as being enabled, while it really isn't. This change updates the security override flag correctly during the key transition. Change-Id: Ib1afd6ff71e540abea25648d2f53ee3814b5bf3f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56571 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor/genPnorImages.pl')
-rwxr-xr-xsrc/build/buildpnor/genPnorImages.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index 3263970d9..d90f18023 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -209,6 +209,7 @@ if($labSecurityOverride)
# Key Transition flag will take precedence over the
# lab override flag.
$ktSecurityOverrideFlag = 0;
+ $labSecurityOverride = 0;
}
}
else
OpenPOWER on IntegriCloud