mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02: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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user