this post was submitted on 01 Aug 2023
650 points (100.0% liked)

Linux

47337 readers
1041 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bear@slrpnk.net 12 points 1 year ago (1 children)

Data encryption and decryption without entering a password is a pretty darn good reason.

[–] ArcticAmphibian@lemmus.org 2 points 1 year ago (2 children)

Sure, but does a grandmother's Solitaire & Facebook PC really need quick encrypting and decrypting? Anyone not dealing with sensitive info doesn't need one.

[–] Shere_Khan@lemmy.dbzer0.com 14 points 1 year ago (1 children)

Yes, because they are the least likely to know they are a part of a botnet

[–] JuxtaposedJaguar@lemmy.ml 3 points 1 year ago

How would at-rest encryption make it less likely that your computer joins a botnet, or more likely that you'd notice if it did?

[–] bear@slrpnk.net 9 points 1 year ago (1 children)

There's no downside to having it. There's many downsides to not having it. This seems pretty cut and dry to me.

[–] argv_minus_one@beehaw.org 2 points 1 year ago* (last edited 1 year ago) (1 children)

There’s no downside to having it.

Sure there are. If it gets compromised with malicious code, I have no way of removing it.

I can protect ring 0. I can keep crap out of ring 0. If all else fails, I can nuke everything in ring 0 and boot a fresh OS installation. But I can't do a single bleeping thing except throw out the whole machine if malware takes over ring -1.

[–] bear@slrpnk.net 1 points 1 year ago (1 children)

This is already the case with your motherboard firmware, which fTPM is a part of. You are correct in that you have no real way to handle malware in it except throw it away. This doesn't change in any way if you get rid of TPM.

[–] argv_minus_one@beehaw.org 1 points 1 year ago

It decreases the attack surface.