mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ANDROID: GKI: disable CONFIG_FORTIFY_SOURCE
This build option is broken for clang and upstream removed it in commit9000f2a528("fortify: Explicitly disable Clang support") so we have to also remove it for the gki defconfigs. Fixes:9000f2a528("fortify: Explicitly disable Clang support") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I8d4a1d38b736ee1fd4a6febfbab4d1a3c1c4d351
This commit is contained in:
@@ -491,7 +491,6 @@ 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
|
||||
|
||||
@@ -427,7 +427,6 @@ 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