Add hardened_malloc, update SIG members list

This commit is contained in:
Solar Designer 2023-10-31 17:44:17 +00:00
parent 4971054dfb
commit d80dac2f90
1 changed files with 7 additions and 1 deletions

View File

@ -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 |