From 9e75d209afa1a97a3575e25c9fffb0c6f5ed7519 Mon Sep 17 00:00:00 2001
From: qoijjj <129108030+qoijjj@users.noreply.github.com>
Date: Sun, 4 Feb 2024 11:24:53 -0800
Subject: [PATCH] chore: additional readme details
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e0781f0..54ed5fe 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Hardening applied:
- Including a hardened chromium config that sets numerous hardened defaults [details](https://github.com/secureblue/secureblue/blob/live/config/files/usr/etc/chromium/policies/managed/hardening.json.readme.md) and disables JIT javascript [why?](https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/#is-jit-worth-it)
- Pushing upstream fedora to harden the build for all fedora users, including secureblue users ([for example, by enabling CFI](https://bugzilla.redhat.com/show_bug.cgi?id=2252874))
- Require a password for sudo every time it's called
-- Disable passwordless sudo for rpm-ostree
+- Disable passwordless sudo for `rpm-ostree install` [why?](https://github.com/rohanssrao/silverblue-privesc)
- Brute force protection by locking user accounts for 24 hours after 50 failed login attempts, hardened password encryption and password quality suggestions
- Installing chkrootkit, usbguard, and bubblejail
- Set opportunistic DNSSEC and DNSOverTLS for systemd-resolved