this post was submitted on 04 Sep 2025
57 points (100.0% liked)
Technology
40223 readers
368 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Don't leave cameras uncovered. Webcam covers are cheap. Tape works too.
I mean, true. But I kind of feel like once you've got malware on your system, there are an awful lot of unpleasant things that it could manage to do. Would rather focus more on earlier lines of defense.
The "try and sextort" thing might be novel, but if the malware is on the system, it's probably already swiping all the other data it can anyway.
It sounds like in this case, the aim is to try to get people to invoke executables by presenting them as ordinary data files:
Like, I kind of feel that maybe a better fix is to distinguish, at a UI level, between "safe" opening and "unsafe" opening of something. Maybe "safe" opening opens content in a process running in a container without broader access to the host or something like that, and maybe it's the default. That's what mobile OSes do all the time. Web browsers don't
shouldn't
just do unsafe things on the host just because someone viewed something in a browser
they have a restricted environment.
In a world that worked like that, you need to actively go out of your way to run something off the Internet outside of a containerized environment.
Yes. But one less thing it can do.