From 0588b4b388cabcf10973acba2468b7b0129a483e Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 3 Aug 2016 13:15:02 +0200 Subject: [PATCH] meta-digi-dey: trustfence: Do not disable console access by default. While performing usability testing on the TrustFence documentation, it has been noted that in order to follow the secure boot instructions the console needs to be enabled. We have now moved the secure console section to the end of the documentation so that disabling the console is the last configuration to make in a secure system. Signed-off-by: Alex Gonzalez --- meta-digi-dey/classes/trustfence.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/classes/trustfence.bbclass b/meta-digi-dey/classes/trustfence.bbclass index 76829cd2c..c933e34ed 100644 --- a/meta-digi-dey/classes/trustfence.bbclass +++ b/meta-digi-dey/classes/trustfence.bbclass @@ -10,7 +10,7 @@ # # Default secure console configuration -TRUSTFENCE_CONSOLE_DISABLE ?= "1" +TRUSTFENCE_CONSOLE_DISABLE ?= "0" # Uncomment to enable the console with the specified passphrase #TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = "my_secure_passphrase"