Revert "ANDROID: GKI: CONFIG_FORTIFY is broken in clang, so it has been disabled"

This reverts commit b83dfb6d2d.

Now that commit 281d0c9627 ("fortify: Add Clang support") has been
merged, this should be turned back on.

Change-Id: Iaf501cf1b0c4cf99cc1eae558f24fbc6d5131bfe
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
Nathan Chancellor
2022-04-13 13:51:51 -07:00
committed by Nick Desaulniers
parent 21cc8879b9
commit 0d5c23b8b4
2 changed files with 2 additions and 0 deletions

View File

@@ -625,6 +625,7 @@ CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
CONFIG_STATIC_USERMODEHELPER=y
CONFIG_STATIC_USERMODEHELPER_PATH=""
CONFIG_SECURITY_SELINUX=y

View File

@@ -565,6 +565,7 @@ CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
CONFIG_STATIC_USERMODEHELPER=y
CONFIG_STATIC_USERMODEHELPER_PATH=""
CONFIG_SECURITY_SELINUX=y