From 058bf903cb0350babe8ec5a2cedcb16d49e79523 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 16 Jun 2024 12:16:23 -0700 Subject: [PATCH] Better formatting Signed-off-by: Tommy --- content/posts/linux/Desktop Linux Hardening.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/posts/linux/Desktop Linux Hardening.md b/content/posts/linux/Desktop Linux Hardening.md index d6aa3ef..2b52c83 100644 --- a/content/posts/linux/Desktop Linux Hardening.md +++ b/content/posts/linux/Desktop Linux Hardening.md @@ -385,7 +385,8 @@ linux‑hardened disables unprivileged user namespaces (`kernel.unprivileged The [hardened memory allocator (hardened_malloc)](https://github.com/GrapheneOS/hardened_malloc) from GrapheneOS can be used on general Linux distributions, though [only for some programs](https://www.kicksecure.com/wiki/Hardened_Malloc). -On Fedora and Red Hat Enterprise Linux, SecureBlue provides a [copr repository](https://copr.fedorainfracloud.org/coprs/secureblue/hardened_malloc/) with both x86_64 and aarch64 architecture support. Divested Computing Group has a [similar build](https://github.com/divestedcg/rpm-hardened_malloc) for Fedora build, with only x86_64 support. Using the SecureBlue's repository is preferable, the Divested repo is known to [block certain IP addresses](https://grapheneos.social/@Tommy/112274772803550392). +On Fedora and Red Hat Enterprise Linux, SecureBlue provides a [copr repository](https://copr.fedorainfracloud.org/coprs/secureblue/hardened_malloc/) with both `x86_64` and `aarch64` architecture support. Divested Computing Group has a [similar build](https://github.com/divestedcg/rpm-hardened_malloc) for Fedora build, but with only `x86_64` support. Using the SecureBlue's repository is preferable, the Divested repo is known to [block certain IP addresses](https://grapheneos.social/@Tommy/112274772803550392). + On Arch-based systems, hardened_malloc is [available through the AUR](https://wiki.archlinux.org/title/Security#Hardened_malloc). ### Disabling XWayland