From patchwork Tue Jun 9 17:57:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3181 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49hHtF1Svwz3yQv for ; Tue, 9 Jun 2020 17:58:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49hHtD3VM3z1PT; Tue, 9 Jun 2020 17:58:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49hHtD2Ycbz2xqT; Tue, 9 Jun 2020 17:58:44 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49hHtB5m1Lz2xFj for ; Tue, 9 Jun 2020 17:58:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49hHt80xyczxQ for ; Tue, 9 Jun 2020 17:58:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1591725520; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=gu8DBK5/OtIbd8sNCEWaloKS4l0Ckcuj9PO7gsP+kLk=; b=lAPZzfl5Y6L/Waq5JHUroPbFIouxE0m2c58ZIDVxz7CrqnHNzBbMqvZBuPIfxQ4g9Obyz2 P3ABxPk+ZSTstBCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1591725520; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=gu8DBK5/OtIbd8sNCEWaloKS4l0Ckcuj9PO7gsP+kLk=; b=cekiVBESiBPTP0qlD0y40EvWKm6T25jZCxFMdqxWNfi6bQ0RT578wJZiZxSMmvgBFe5UWo iPIfKr/G92w4TxtLsn6NFsEnJFpSHjDJZmlDY5jmL/qg1UPz1wY5Kt1L6x0tfCv+dtDpZC toEUrFFwxBOC5pilvwuw61cRPSuBQgTgnKNl1e1AzY9LB22ZmkWN3JHe5/E444wNhTQ83B +TkxbH1IQq24Mjvd42pVIkoAuqEtAFcoqrvDG98tVWVcArCEcqNrCEdp/6cfYvClyCQNeE UtTBoXraafNoDT8kf6vfXj3iByZlmncOwb0Yw10G7NeKoSTsXBEC5bU7FygKAw== To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] kernel: enable CONFIG_FORTIFY_SOURCE on armv5tel Message-ID: Date: Tue, 9 Jun 2020 17:57:51 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Partially fixes: #12369 Cc: Arne Fitzenreiter Signed-off-by: Peter Müller --- config/kernel/kernel.config.armv5tel-ipfire-multi | 1 + 1 file changed, 1 insertion(+) diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kernel/kernel.config.armv5tel-ipfire-multi index 15183300f..1ec0be019 100644 --- a/config/kernel/kernel.config.armv5tel-ipfire-multi +++ b/config/kernel/kernel.config.armv5tel-ipfire-multi @@ -7026,6 +7026,7 @@ CONFIG_SECURITY_NETWORK_XFRM=y CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y CONFIG_HARDENED_USERCOPY=y CONFIG_HARDENED_USERCOPY_PAGESPAN=y +CONFIG_FORTIFY_SOURCE=y # CONFIG_STATIC_USERMODEHELPER is not set # CONFIG_SECURITY_SMACK is not set # CONFIG_SECURITY_TOMOYO is not set