this post was submitted on 30 Sep 2023
223 points (99.6% liked)

Linux

45574 readers
658 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
[–] danielfgom@lemmy.world 12 points 9 months ago (3 children)

I wonder if there is a way to spot this, even when vetting an app? Do the Maintainers of most distros manually read the code to discover whether an app is malware? Or do they have automated tools like opensuse's testing tools which can detect malware. (Not sure if opensuse's tool can test for malware or only app functionality).

Either way we need to have an automated programme that can checks all apps. It's simply too much for humans given the massive number of apps, libraries etc.

[–] Aux@lemmy.world 8 points 9 months ago

No one is really doing anything. Repos have been poisoned multiple times over the decades, even original source code repos of big projects have been poisoned. If you don't check the end binary on your system yourself, you're at risk.

[–] lloram239@feddit.de 6 points 9 months ago* (last edited 9 months ago) (1 children)

Do the Maintainers of most distros manually read the code to discover whether an app is malware?

No. At best you get a casual glance over the source code and at worst they won't even test that the app works. It's all held together with spit and baling wire, if an malicious entity wanted to do some damage, they could do so quite easily, it just would require some preparation.

The main benefit of classic package maintenance is really just time, as it can take months or even years before a package arrives in a distribution, and even once arrived, it has to still make it from unstable to stable, leaving plenty of room for somebody to find the issue before it even comes to packaging and making it substantially less attractive for any attacker, as they won't get any results for months.

[–] danielfgom@lemmy.world 2 points 9 months ago

Ok makes sense. Thank you for explaining that 👍

[–] OsrsNeedsF2P@lemmy.ml 5 points 9 months ago

It's pretty easy, you make sure the manifest is referencing the upstream project