Reflect recent changes in the readme

This commit is contained in:
qoijjj
2023-11-28 19:39:58 -08:00
parent c6718c63a6
commit f0677b794d

View File

@@ -30,7 +30,8 @@ Hardening applied:
- Disable passwordless sudo for rpm-ostree - Disable passwordless sudo for rpm-ostree
- Setting more restrictive file permissions (Based on recommendations from [lynis](https://cisofy.com/lynis/)) - Setting more restrictive file permissions (Based on recommendations from [lynis](https://cisofy.com/lynis/))
- Installing dnf-automatic and chkrootkit - Installing dnf-automatic and chkrootkit
- Disabling unprivileged user namespaces and removing flatpak - Disabling unprivileged user namespaces
- Replacing bubblewrap with bubblewrap-suid so flatpak can be used without unprivileged user namespaces
- Sets numerous hardening kernel parameters (Inspired by [Madaidan's Hardening Guide](https://madaidans-insecurities.github.io/guides/linux-hardening.html)) - Sets numerous hardening kernel parameters (Inspired by [Madaidan's Hardening Guide](https://madaidans-insecurities.github.io/guides/linux-hardening.html))
- Installs and enables [hardened_malloc](https://github.com/GrapheneOS/hardened_malloc) globally - Installs and enables [hardened_malloc](https://github.com/GrapheneOS/hardened_malloc) globally
- Installing Chromium from the koji updates-testing repo to always have the latest version of chromium, the stable chromium package lags behind on security patches ([Why chromium?](https://grapheneos.org/usage#web-browsing)) - Installing Chromium from the koji updates-testing repo to always have the latest version of chromium, the stable chromium package lags behind on security patches ([Why chromium?](https://grapheneos.org/usage#web-browsing))