Replies: 1 comment 4 replies
-
I've given this some more thought as I work towards releasing v0.1 of my script. As it stands, the script provides more hardening that I think most ublue users would expect or want, so I suggest a 'lite' hardening process for when someone is venturing out into the world to travel, stay in hotels and using public wifi networks. The idea is that this lite version would make the device more secure against evil maid attacks, bruteforcing of local password and some basic network protection. To achieve this, this lite version could include:
All of these changes are revertable and undoing the changes could easily be written into a script, so it could be as simple as typing one command, entering a new password and reboot to apply the changes, then typing a second command, entering a new password (optional) reboot to undo. What do you think? Would you use this if you were out and about, attending conferences, etc. with your ublue laptop? |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I've had the idea of creating a hardening script for immutable Fedora variants for a while.
Why? Well, some may prefer to have a hardened system as their daily driver, perhaps because of the work they do or simply for peace of mind. For others, they may like to increase their security when they are travelling, in case their device gets stolen. They could always uninstall the script or re-base to a less hardened variant when they are at home.
Potential hardening strategies include kernel hardening, network sysctl tweaks, locking down USB ports, improving password policies, etc.
I am no developer but that I've made a start on something that, I hope, will increase the security of immutable variants of Fedora:
https://github.com/solidc0re/solidcore-scripts (NB, it's a work in progress)
Could something like this be included in ublue - for example, in the 'just' tool? So people could type 'just secure' and they could rest in the knowledge that their device would be a little more secure as a result?
Let me know what you folks think :)
Beta Was this translation helpful? Give feedback.
All reactions