* [PATCH] kernel: enable CONFIG_FORTIFY_SOUCRE on aarch64
@ 2020-06-09 17:55 Peter Müller
2020-06-11 7:23 ` Arne Fitzenreiter
0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-06-09 17:55 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
Partially fixes: #12369
Cc: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
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/kernel.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=y
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_HARDENED_USERCOPY_PAGESPAN=y
-# CONFIG_FORTIFY_SOURCE is not set
+CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
--
2.26.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] kernel: enable CONFIG_FORTIFY_SOUCRE on aarch64
2020-06-09 17:55 [PATCH] kernel: enable CONFIG_FORTIFY_SOUCRE on aarch64 Peter Müller
@ 2020-06-11 7:23 ` Arne Fitzenreiter
0 siblings, 0 replies; 2+ messages in thread
From: Arne Fitzenreiter @ 2020-06-11 7:23 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 990 bytes --]
Some other options disable this at make oldconfig because it depends on
disabled.
Arne
Am 2020-06-09 19:55, schrieb Peter Müller:
> Partially fixes: #12369
>
> Cc: Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> 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/kernel.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=y
> CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
> CONFIG_HARDENED_USERCOPY=y
> CONFIG_HARDENED_USERCOPY_PAGESPAN=y
> -# CONFIG_FORTIFY_SOURCE is not set
> +CONFIG_FORTIFY_SOURCE=y
> # CONFIG_STATIC_USERMODEHELPER is not set
> # CONFIG_SECURITY_SMACK is not set
> # CONFIG_SECURITY_TOMOYO is not set
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-11 7:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 17:55 [PATCH] kernel: enable CONFIG_FORTIFY_SOUCRE on aarch64 Peter Müller
2020-06-11 7:23 ` Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox