this post was submitted on 24 Jun 2023
200 points (97.2% liked)

Linux

48072 readers
1 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 6 years ago
MODERATORS
 

Hi, mostly i use REHL based distros like Centos/Rocky/Oracle for the solutions i develop but it seems its time to leave..

What good server/minimal distro you use ?

Will start to test Debian stable.

you are viewing a single comment's thread
view the rest of the comments
[–] ono@lemmy.ca 7 points 2 years ago (7 children)

Flatpak is never secure because it doesn't support signing of releases at all

Can you elaborate on this? I ask because I build my own flatpaks, and signing is part of the publishing process.

[–] itchy_lizard@feddit.it 3 points 2 years ago (6 children)

You should switch to something that's actually secure. Flatpak devs haven't addressed this since 2015, and I doubt they ever will. They don't seem to care about security.

[–] ono@lemmy.ca 5 points 2 years ago* (last edited 2 years ago) (5 children)

Your earlier comment complains about pulling images securely, presumably meaning signature verification, which I believe Flatpak does.

The report you linked is about tying downloaded sources to their author using public key infrastructure, which is a different issue. APT and dpkg don't do that, either. (I know this because I build and publish with those, too.)

Can you name a packaging system that does? I can't. I would like to see it (along with reproducible builds) integrated into the software ecosystem, and I think we're moving in that direction, but it will take time to become common.

I have my own criticisms of Flatpak, mostly regarding the backwards permissions model (packages grant themselves permissions by default) and sloppy sandboxing policies on Flathub, so I caution against blindly assuming it's safe. But claiming that it doesn’t support signing of releases is just plain false.

[–] federico3@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (1 children)

This is not correct. APT always verifies cryptographic signature unless you explicitly disable it. Yet it's very important to understand who is signing packages. What kind of review process did the software go through? What kind of vetting did the package maintainer themselves go through?

If software is signed only by the upstream developer and no 3rd party review is done by a distribution this means trusting a stranger's account on a software forge.

Update: the Debian infrastructure supports checking gpg signatures from upstream developers i.e. on the tarballs published on software forges.

[–] ono@lemmy.ca 1 points 2 years ago

This is not correct. APT always verifies cryptographic signature unless you explicitly disable it.

You've misunderstood what I wrote.

load more comments (3 replies)
load more comments (3 replies)
load more comments (3 replies)