48
submitted 4 hours ago by cm0002@europe.pub to c/linux@programming.dev
top 8 comments
sorted by: hot top controversial new old
[-] Meshuggah333@piefed.world 10 points 2 hours ago

The question here is why the f' didn't they shut down AUR packages takeover procedure? It makes non sense facing an attack of such a large scale.

[-] lennee@lemmy.world 3 points 2 hours ago
[-] UnfortunateShort@lemmy.world 15 points 3 hours ago

What is even the goal here? It's just such a weirdly specific target. You could easil hit more people by supply chain attacks. Feels like some butthurt hacker wants to get their revenge on just Arch in general. I want to start a Manjaro-Takeover conspieacy theory rn

[-] darcmage@lemmy.dbzer0.com 20 points 3 hours ago* (last edited 3 hours ago)

It seems like a continuation from the DDOS attacks that still happen from time to time. If I was going down the conspiracy rabbit hole, I'd think some group is trying to keep linux in the press with bad/scary news to drive away growing interest and arch seems like the easiest target atm.

[-] shweddy@lemmy.world 7 points 3 hours ago* (last edited 3 hours ago)

As a new arch user how do I check PKGBUILD and install script changes? And what am I looking for out of the ordinary?

Feel free to point me to a wiki page if possible

Nevermind I just searched pkgbuild

[-] jrgd@lemmy.zip 4 points 1 hour ago

Using the AUR largely expects users to understand the basics of shell/BASH scripts, which is what a PKGBUILD is. The most obvious source to check is what URL(s) the PKGBUILD is pulling in for a package's source(s). Are these URLs sourced from official or otherwise trusted sources for the application or component (such as from the app author's download site or their git forge)? Does the PKGBUILD make any claims of what is being downloaded and does the target URL's contents match that? If either of these checks fail, it's best to avoid that package.

Additionally, does the PKGBUILD attempt to do things like obfuscate data such as URLs or tokens for downloading? Does it attempt to recklessly delete or modify files/directories (rm -rf, other recursive functions)? Does the PKGBUILD make use of any arbitrary execution statements such as exec or spawning subshells? If any of these check true, the package should seriously be revised before attempting to install it. System-level software installs on Linux systems should never be complicated enough to need fancy execution techniques nor reckless file management.

[-] wise123@sh.itjust.works 6 points 2 hours ago

If you are concerned with security, you can install postmaster or any other firewall force block all the internet connection and deny all the connections and then manually start allowing apps and process access to internet.

It's an annoying process. It takes a lot of time to set up, but once it gets going, you will be mostly secure from this type of attack.

So, sort of security over convenience.

[-] massive_bereavement@fedia.io 2 points 1 hour ago

I would add using as much as possible flatpak, and only using aur in special circumsrances, also using selinux if possible.

this post was submitted on 14 Jun 2026
48 points (100.0% liked)

Linux

13931 readers
416 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS