From d80dac2f90cafb2c0d46ec77c40ca233c7d5e553 Mon Sep 17 00:00:00 2001 From: Solar Designer Date: Tue, 31 Oct 2023 17:44:17 +0000 Subject: [PATCH] Add hardened_malloc, update SIG members list --- docs/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 860e831..c5127fa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,6 +39,10 @@ Install the package with `rpm -U --nodeps`. The `--nodeps` option is needed to b - [lkrg](https://lkrg.org) (Linux Kernel Runtime Guard) - [passwdqc](https://www.openwall.com/passwdqc/) (Password/passphrase strength checking and policy enforcement) +### Extra packages (currently only for EL9) + +- [hardened_malloc](https://github.com/GrapheneOS/hardened_malloc) (Security-focused memory allocator providing the malloc API, and a script to preload it into existing program binaries) + ### Override packages (currently only for EL9) - [glibc](packages/glibc.md) (adds many security-hardening changes originating from Owl and ALT Linux on top of EL package) @@ -63,12 +67,14 @@ We hang out in our [Security Mattermost channel](https://chat.rockylinux.org/roc ## Members -Some of the people particularly active with setting up this SIG so far: +Some of the people active with setting up this SIG so far: | Name | Mattermost Name | |-----------------|-----------------| +| | @flawedworld | | Fredrik Nyström | @nscfreny | | Louis Abel | @label | +| Mustafa | @mustafa | | Neil Hanlon | @neil | | Scott Shinn | @atomicturtle | | Solar Designer | @solardiz |