this post was submitted on 16 Jul 2023
89 points (93.2% liked)

Linux

47356 readers
1548 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
 

With the increase popularity of the linux desktop and the steamdeck, will new viruses and malwares be developed for linux systems? should we better use an antivirus?

you are viewing a single comment's thread
view the rest of the comments
[–] Lemmyuser_Guest@lemmy.ml 2 points 1 year ago* (last edited 1 year ago) (1 children)

This (Also is there a service that audits code's maliciousness for me? I sometimes use some unfamous stuffs from github for gaming, customizing etc. As long as I don't give them a root permission I should be ok?)

[–] phx@lemmy.ca 3 points 1 year ago

There are tools that do this but it's mostly for known issues or vulnerabilities (i.e. bad practice in coding or done after the fact). Some stuff runs code on at sandbox looking for sketchy behavior, but hackers may work around that by having malware that only activates in CD l specific circumstances or times.

There can also be "privilege escalation" exploits which can allow a rogue process to obtain root/admin, and even without the process would have full access to whatever the user does in terms of network/device/hardware/process access (or sudo, as applicable).

Not being able to run as root doesn't help all that much if the process is able to access sensitive saved data, files and/or the internet