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 <alex.gonzalez@digi.com>
This commit is contained in:
parent
106efc4970
commit
0588b4b388
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Default secure console configuration
|
# Default secure console configuration
|
||||||
TRUSTFENCE_CONSOLE_DISABLE ?= "1"
|
TRUSTFENCE_CONSOLE_DISABLE ?= "0"
|
||||||
|
|
||||||
# Uncomment to enable the console with the specified passphrase
|
# Uncomment to enable the console with the specified passphrase
|
||||||
#TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = "my_secure_passphrase"
|
#TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = "my_secure_passphrase"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue