From ed565d151aaa103b960c14c319f16f4fe3fa31bb Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 19 Aug 2023 11:40:53 +0200 Subject: [PATCH] Updated README.md --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec22d5..f3e9b0c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,32 @@ Guides and configuration files of my desktop Void install. -To begin go to the [wiki](https://git.bijl.us/luc/void-desktop/wiki)! \ No newline at end of file +To begin go to the [wiki](https://git.bijl.us/luc/void-desktop/wiki)! + +## To do for void-desktop + +Important: + +- [ ] User packages +- [ ] User services (Turnstile backend) +- [x] Automatic decryption through TPM (Clevis) +- [x] Clevis package +- [x] Booster +- [ ] Hardenend kernel +- [ ] Sysctl optimisations +- [ ] Better luks encryption algoritm (faster) +- [ ] Better boot parameters +- [ ] Better partitioning (/usr, /proc etc their own partitions and also more secure root partition) +- [ ] Better polkit permisissions +- [ ] Application sandboxing (bubblejail, bubblewrap, apparmor) + +Less important: + +- [ ] macchanger +- [ ] plymouth (for graphical boot up) (not possible with booster) +- [ ] ABRoot +- [ ] Firewall (ufw) + +Notes: + +https://madaidans-insecurities.github.io/guides/linux-hardening.html#kernel \ No newline at end of file