Arch Linux

@archlinux.bsky.social

An unofficial Arch Linux feed. Mostly posting fixes and news about our favorite distro.

A

dak_1001 on X made this script to check AUR pkgs raw=$(curl -fsSL "https://md.archlinux.org/s/SxbqukK6IA") mapfile -t INFECTED < <(echo "$raw" | sed 's/<[^>]*>//g' \ | grep -E '^[a-z0-9][a-z0-9_.+\-]*[a-z0-9]$' | sort -u) comm -12 <(pacman -Qmq | sort) <(printf "%s\n" "${INFECTED[@]}" | sort)

A

If you need a one liner to protect against copy.fail on Arch until you can run pacman -Syy; pacman -Syu; reboot, this one worked for us: sudo sh -c 'echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif-aead.conf && rmmod algif_aead 2>/dev/null || true'

Copy Fail — 732 Bytes to Root

CVE-2026-31431. 100% Reliable Linux LPE — no race, no per-distro offsets, page-cache write that bypasses on-disk file-integrity tools and crosses containers. Found by Xint Code.

copy.fail

A
A

Phoronix reporting on Arch's move to the 0BSD (Zero-Clause BSD) license for package sources. The license would apply only to files such as PKGBUILD, .install, .desktop, etc, which were previously unlicensed. This aligns with the goals of Arch's RFC 40: www.phoronix.com/news/Arch-Li...

Arch Linux Working To Affirm Its Package Sources Under A BSD Zero Clause License

Arch Linux package sources with its PKGBUILD files and similar have lacked carrying a clear license

phoronix.com