this post was submitted on 18 Aug 2023
89 points (84.5% liked)

Privacy

31235 readers
1306 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Hi. My school just started issuing devices last year, and they have this Lightspeed spyware on them. Last year I was able to remove it by booting into Linux from a flash drive and moving the files to a separate drive and then back at the end of the year. This year I have heard from sources that they have ways of detecting someone booting from Linux so I am hesitant to do that option. My only other idea is to buy an old laptop off eBay that looks like it and install Linux on it. I could probably get one for about 50€. Does anyone have any cheaper ideas?

Oh also talking to IT isn’t an option.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

As of August 2023, the best way to avoid the problem of

untampered compiler

AFAIK Is using an MNT Reform With GNU Guix as its OS, I really liked this article "The Full-Source Bootstrap: Building from source all the way down". This approach could, potentially, solve the problem of the untampered compiler. Damn, maybe it already does.

As for the MNT Reform, the only thing I'm not sure is open is the actual processor firmware, but the schematics for its usage are available and even the Wifi firmware is open, so there remains the problem of actually verifying the hardware you get is actually the hardware you ordered, but that is a bit more complicated I think.

[–] [email protected] 3 points 1 year ago

To be sure you should build processor from a scratch and then write your own compiler directly in machine code.