ANDROID: GKI: CONFIG_FORTIFY is broken in clang, so it has been disabled
Commita52f8a59ae("fortify: Explicitly disable Clang support") dropped fortify support for clang compilers until the compiler is fixed up. This requires us to also drop it from the gki configurations as it is not able to be selected anymore. Fixes:a52f8a59ae("fortify: Explicitly disable Clang support") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Iad106506847e3f88c1129e8c61f58f68412f7cae
This commit is contained in:
@@ -625,7 +625,6 @@ CONFIG_SECURITYFS=y
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
|
||||
CONFIG_FORTIFY_SOURCE=y
|
||||
CONFIG_STATIC_USERMODEHELPER=y
|
||||
CONFIG_STATIC_USERMODEHELPER_PATH=""
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
|
||||
@@ -562,7 +562,6 @@ CONFIG_SECURITYFS=y
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
|
||||
CONFIG_FORTIFY_SOURCE=y
|
||||
CONFIG_STATIC_USERMODEHELPER=y
|
||||
CONFIG_STATIC_USERMODEHELPER_PATH=""
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
|
||||
Reference in New Issue
Block a user