logoalt Hacker News

drnick1today at 5:42 AM6 repliesview on HN

Another win for the Linux security model (software installed and updated manually from vetted repos only).


Replies

gblarggtoday at 6:12 AM

Wait, you're saying a monitor can just advertise a URL over the video connection for its driver and then Windows will blindly install it, without user confirmation? I thought that LG had submitted these "drivers" (adware) to Microsoft and they approved it.

show 4 replies
ChocolateGodtoday at 9:14 AM

> software installed and updated manually from vetted repos only

So something most desktop Linux users don't do.

show 3 replies
voidUpdatetoday at 7:11 AM

sudo dkpg -i FileYouDownloadedFromAnywhere.deb

show 1 reply
iso1631today at 7:31 AM

most of my machines use unnatended-upgrades

Increasingly software is distributed by "curl dodgysite.com/get.sh|sudo bash -", no different to running "install.exe" on windows

Surely Windows Update is a vetted repo as much as arch or debian

krigetoday at 5:57 AM

Surely you mean Linux security model (not relevant enough to be targeted by big tech)?

show 2 replies
delta_p_delta_xtoday at 6:38 AM

> Another win for the Linux security model

I swear, OSs have become sports teams.

Linux's 'security model’ has plenty of holes. The very fact the kernel and much of its user-mode is written in C almost guarantees that its security model is worthless. The Linux ecosystem operates on trust and respect that can and has been easily abused by bad actors to provide supply-chain pwnage.

There have been so many zero-click local privilege escalation CVEs I've lost track.

Arch Linux AUR malware: https://lists.archlinux.org/archives/list/aur-general@lists....

show 2 replies