mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: GKI: remove CONFIG_HARDENED_USERCOPY_FALLBACK from gki defconfig
Commit53944f171a("mm: remove HARDENED_USERCOPY_FALLBACK") removed the config option from the kernel, so it also needs to be removed from the gki_defconfig files in order for the build to work properly. Fixes:53944f171a("mm: remove HARDENED_USERCOPY_FALLBACK") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I96185cd7bf64da0287f72e00dafa2cb13bbda7f5
This commit is contained in:
@@ -626,7 +626,6 @@ CONFIG_SECURITY=y
|
||||
CONFIG_SECURITYFS=y
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
|
||||
CONFIG_STATIC_USERMODEHELPER=y
|
||||
CONFIG_STATIC_USERMODEHELPER_PATH=""
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
|
||||
@@ -563,7 +563,6 @@ CONFIG_SECURITY=y
|
||||
CONFIG_SECURITYFS=y
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
|
||||
CONFIG_STATIC_USERMODEHELPER=y
|
||||
CONFIG_STATIC_USERMODEHELPER_PATH=""
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
|
||||
Reference in New Issue
Block a user