Merge branch 'main' of https://git.bijl.us/lnco/void-desktop-guide
This commit is contained in:
commit
09cae92d34
1 changed files with 35 additions and 0 deletions
35
README.md
35
README.md
|
@ -38,3 +38,38 @@ $ mkdocs serve
|
||||||
```
|
```
|
||||||
|
|
||||||
This will host the website locally on [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
|
This will host the website locally on [http://127.0.0.1:8000/](http://127.0.0.1:8000/).
|
||||||
|
|
||||||
|
## To-Do for Void-Desktop
|
||||||
|
|
||||||
|
Important:
|
||||||
|
|
||||||
|
|
||||||
|
- [ ] Improving dotfiles of:
|
||||||
|
- [ ] SwayNC
|
||||||
|
- [ ] Tofi
|
||||||
|
- [ ] Wayfire decorations
|
||||||
|
- [ ] User packages
|
||||||
|
- [ ] Graphical package manager
|
||||||
|
- [ ] Firewall (ufw)
|
||||||
|
- [ ] User services (Turnstile backend)
|
||||||
|
- [ ] Default config and user groups automatically (no cloning of configs, (maybe a `.tar.gz` at root))
|
||||||
|
- [x] Automatic decryption through TPM (Clevis)
|
||||||
|
- [x] Clevis package
|
||||||
|
- [x] Booster werkende krijgen
|
||||||
|
- [ ] 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
|
||||||
|
- [ ] Applicatio sandboxing (bubblejail, bubblewrap, apparmor)
|
||||||
|
|
||||||
|
Less important:
|
||||||
|
|
||||||
|
- [ ] macchanger
|
||||||
|
- [ ] plymouth (for graphical boot up) (not possible with booster)
|
||||||
|
- [ ] ABRoot
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
https://madaidans-insecurities.github.io/guides/linux-hardening.html#kernel
|
||||||
|
|
Loading…
Reference in a new issue