this post was submitted on 06 Jun 2024
1 points (100.0% liked)

Linux

53032 readers
353 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
 

Is Linux not free software itself? I thought propietary stuff was added downstream.

Am I getting something wrong?

top 3 comments
sorted by: hot top controversial new old
[–] Dagamant@lemmy.world 1 points 10 months ago (1 children)

The Linux-libre Wikipedia entry sums it up pretty well:

“According to the Free Software Foundation Latin America, Linux-libre is a modified version of the Linux kernel that contains no binary blobs, obfuscated code, or code released under proprietary licenses.[7] In the Linux kernel, they are mostly used for proprietary firmware images. While generally redistributable, binary blobs do not give the user the freedom to audit, modify, or, consequently, redistribute their modified versions. The GNU Project keeps Linux-libre in synchronization with the mainline Linux kernel.[8]”

Basically; some stuff in the kernel is either not free or not open but is included for convenience.

[–] pastermil@sh.itjust.works 1 points 10 months ago

AFAIK, the Linux codebase is actually open source in its entirety. However it has parts that are capable of loading non-free stuff like firmware. The linux-libre project makes sure those parts are disabled.

Personally, I think it's a fool's errand as it would render most modern systems unusable (in the reasonable sense).

They also don't apply such harsh judgement to firmware that resides in ROM, and only to firmware updates. In most of these cases you'd have systems with outdated firmwares with neither QoL nor security updates.

[–] toothbrush@lemmy.blahaj.zone 1 points 10 months ago* (last edited 10 months ago)

A lot of drivers for hardware are actually not open source, just unreadable binaries that do ...something. No one knows exactly how they work, so some people consider them a security risk.

I think its because the linux kernel is GPL2, not the modern GPL3 like most free software, so I think thats why some components are allowed to be non-free. Not sure though.

So, that practice violates the spririt of free software. So some distributions have those components removed. Its safer, but you may lose functionality, depending on what computer components you have.

Its an important project, and judging by the other comments here, underappreciated.