I would prefer to drink something without any sweetness at all than drink something with of this sweetener substitute. Damn, give me a salty drink before an artificial sweetener one.
Coriza
- 0 Posts
- 3 Comments
Joined 3 years ago
Cake day: November 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- Coriza@lemmy.worldtoProgrammer Humor@programming.dev•I love fun quizzes like this. Let’s all share!2·5 days ago
I thought that too but they are not. I discovered that recently learning and configuring wireguard.
That is not the purpose of Secure Boot. The purpose is to establish a chain of trust of all code running on the system from boot and as such eliminate rootkits that can hide from the OS. A classic example is the MBR bootkit. Of course that this is mostly out of the window if at some point in the chain the trusted code just runs untrusted code, like the bootloader or the OS running unsigned code. Also the implementation is terrible, a proper implementation would allow the user to use their own certificates and only their own certificates, otherwise a compromised generic certificate fucks everything up like it already happened.