this post was submitted on 29 Jul 2023
85 points (97.8% liked)

Linux

45595 readers
668 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 there anybody whose had experience with both?

I'm trying to decide if I want to go back to Manjaro or get into Endeavour.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (2 children)

I used manjaro first but after hearing about the incompatance of the devs I made the switch to endeavor.

To justify, they've ddosed the aur accidentally twice, their lead arm dev pushed a commit to the asahi kernal that broke half of the users installs, they tried shipping that kernal while it was very much in development with a broken kernal which couldn't actually run while pretending that "manjaro runs on the m1 macbook" (this could have broken users hardware), and they don't properly tell users the dangers of the aur like the time a guy put two calls to an IP logger beside a list of people who can fuck themselves or an on init fork bomb. This should not be a toggle directly next to snaps and flat packs, which are safer than a normal package.

[–] [email protected] 3 points 11 months ago

I generally tell people on Manjaro to stay off the AUR. If it's not in their "curated" repository, then just go with the flatpak.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (2 children)

they don't properly tell users the dangers of the aur like the time a guy put two calls to an IP logger beside a list of people who can fuck themselves or an on init fork bomb. This should not be a toggle directly next to snaps and flat packs, which are safer than a normal package.

Flatpaks or snaps are not safer at all, as the package maintainer decides how much sandboxing, if any, is applied by default. Manjaro also very much does have a warning in the settings page for the AUR...

[–] [email protected] 2 points 11 months ago (1 children)

@Zamundaaa Flatpaks are not installed with sudo rights. That's a huge difference.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

It does not make a real difference in practice. Outside of the server space, the most important thing a user has is not access to their root filesystem but access to their home folder - to their data and fun things like .bashrc and .profile that allow to hijack pretty much everything the user runs

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

Not safer than the aur? Where you run a random script from some random guy who is likely unassociated with the project which has very little chance of being audited?

Or a normal package? Which has no sandboxing at all. In that case, yes, one could have a poorly sandboxes app, but the vast majority have some to a larger amount of sandboxing. On top of that, they come from a much more heavily audited place than the aur. It is, on average, safer than the average normally packaged package. Some sandboxing is better than no sandboxing

And no, their warning is not nearly enough. They should state that a person needs to read any package build script before installation and its diff while updating unless they verify the packager is the project maintainer for the application they use

[–] [email protected] 1 points 11 months ago

Where you run a random script from some random guy who is likely unassociated with the project which has very little chance of being audited?

Until recently, most Flatpaks were also published by random people and you had no easy way of verifying who they were.

In that case, yes, one could have a poorly sandboxes app, but the vast majority have some to a larger amount of sandboxing

That is not a usable argument for security. The app developer sets how much sandboxing their app gets, so if they want your data, they can get it.

And sure, you can restrict permissions yourself if you want, but that's not what any normal user does.