Skip to content
Snippets Groups Projects
Commit e87537c8 authored by Marta Rybczynska's avatar Marta Rybczynska Committed by Marta Rybczynska
Browse files

meta-ohos-core: add a hardening option to the kernel


Add the hardening option CONFIG_DEBUG_CREDENTIALS to the kernel. It was
crashing at some point, but another check shows that this is not the case.

Signed-off-by: default avatarMarta Rybczynska <marta.rybczynska@huawei.com>
parent b6912ac8
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_KERNEL=y
# Validate common data structures # Validate common data structures
# add CONFIG_DEBUG_CREDENTIALS=y CONFIG_DEBUG_CREDENTIALS=y
CONFIG_DEBUG_NOTIFIERS=y CONFIG_DEBUG_NOTIFIERS=y
CONFIG_DEBUG_LIST=y CONFIG_DEBUG_LIST=y
CONFIG_DEBUG_SG=y CONFIG_DEBUG_SG=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment