From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] kernel: enable CONFIG_FORTIFY_SOUCRE on aarch64 Date: Tue, 09 Jun 2020 17:55:58 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5073260207802989505==" List-Id: --===============5073260207802989505== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Partially fixes: #12369 Cc: Arne Fitzenreiter Signed-off-by: Peter M=C3=BCller --- config/kernel/kernel.config.aarch64-ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kerne= l.config.aarch64-ipfire index e0f2f6df8..1e6c89b6c 100644 --- a/config/kernel/kernel.config.aarch64-ipfire +++ b/config/kernel/kernel.config.aarch64-ipfire @@ -6543,7 +6543,7 @@ CONFIG_SECURITY_NETWORK_XFRM=3Dy CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=3Dy CONFIG_HARDENED_USERCOPY=3Dy CONFIG_HARDENED_USERCOPY_PAGESPAN=3Dy -# CONFIG_FORTIFY_SOURCE is not set +CONFIG_FORTIFY_SOURCE=3Dy # CONFIG_STATIC_USERMODEHELPER is not set # CONFIG_SECURITY_SMACK is not set # CONFIG_SECURITY_TOMOYO is not set --=20 2.26.2 --===============5073260207802989505==--