mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
Revert "ANDROID: GKI: CONFIG_FORTIFY is broken in clang, so it has been disabled"
This reverts commitb83dfb6d2d. Now that commit281d0c9627("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:
committed by
Nick Desaulniers
parent
21cc8879b9
commit
0d5c23b8b4
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user