diff options
author | Sven Schnelle <svens@linux.ibm.com> | 2022-04-08 16:21:43 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2022-04-12 11:56:08 +0200 |
commit | c68c63429319a923a3f23db64810ba608f5d20f7 (patch) | |
tree | f9c333b3d1da3dd92d8d28eb689f7be8de576499 /arch | |
parent | 30de14b1884ba609fc1acfba5b40309e3a6ccefe (diff) | |
download | linux-c68c63429319a923a3f23db64810ba608f5d20f7.tar.bz2 |
s390: enable CONFIG_HARDENED_USERCOPY in debug_defconfig
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/configs/debug_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/configs/debug_defconfig b/arch/s390/configs/debug_defconfig index e18006971e36..f6dfde577ce8 100644 --- a/arch/s390/configs/debug_defconfig +++ b/arch/s390/configs/debug_defconfig @@ -692,6 +692,7 @@ CONFIG_ENCRYPTED_KEYS=m CONFIG_KEY_NOTIFICATIONS=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y +CONFIG_HARDENED_USERCOPY=y CONFIG_FORTIFY_SOURCE=y CONFIG_SECURITY_SELINUX=y CONFIG_SECURITY_SELINUX_BOOTPARAM=y |