this post was submitted on 17 Oct 2023
94 points (99.0% liked)

Linux

48255 readers
460 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
 

Implements support for waydroid in vso, this includes creating and deleting a waydroid container, as well as using fdroid repositories to install and search for applications.

you are viewing a single comment's thread
view the rest of the comments
[–] fmstrat@lemmy.nowsci.com 0 points 1 year ago (3 children)
[–] rush@lemm.ee 6 points 1 year ago (1 children)

Eh, obtainium doesn't verify signatures, it quite literally just scrapes sources.

[–] fmstrat@lemmy.nowsci.com 3 points 1 year ago (1 children)

When F-Droid builds direct from repo, signs and downloads to your phone, is it really that different from pulling the APK directly from the original repo?

[–] rush@lemm.ee 5 points 1 year ago (1 children)

It doesn't sign it locally, it verifies the file you downloaded is already signed properly as it should be. This ensures the download isn't broken but also that the app is from who they claim it is.

[–] fmstrat@lemmy.nowsci.com 1 points 1 year ago (1 children)

But they need that because they are not the source, right? I feel like I'm missing something. Developer makes app on say, GitHub, how is going through F-Droid more trustworthy than the source?

[–] rush@lemm.ee 2 points 1 year ago (1 children)

because obtainium gets many apps directly from F-Droid.org too, not just github

And for those downloads, it does no verification

Not on GitHub either, where signatures are often attached together with the APK.

[–] fmstrat@lemmy.nowsci.com 1 points 1 year ago

Oh I follow now. Interesting. Perhaps this will become a PR if I ever have time.

[–] redd@discuss.tchncs.de 1 points 1 year ago (1 children)

Does it also follow the rule to not allow closed source API? (Notification,Location,..)

[–] fmstrat@lemmy.nowsci.com 1 points 1 year ago

No, it gives the user the choice to pull whichever versions they want.

[–] Pantherina@feddit.de 1 points 1 year ago

Isnt that just a semi working feedreader for Github and other sources?