Remix.run Logo
maweaver 3 hours ago

Using what mechanism? Most Linux updates are not pushed but rather pulled at the user request. You can use Linux totally offline. This is fundamentally different than a webapp, where code is sent with every visit

izacus 2 hours ago | parent [-]

The automatic updates most distros have enabled by default. Signal desktop outright stops working if you don't constantly pull updates from them.

63stack 2 hours ago | parent | next [-]

Debian requires unattended-upgrades to be installed (it's not installed by default), Mint and Fedora has the option of enabling automatic updates (disabled by default), Arch has no mechanism for automatic updates.

Which ones are these "most distros"?

the8472 an hour ago | parent | prev | next [-]

Distros have mirrors and they don't know which one you use. The updaters don't send user IDs and downloading the package lists is separate from downloading the packages. So targeted backdoor distrubution is much harder than a company's web UI with user logins targeting a specific user.

littlestymaar 2 hours ago | parent | prev [-]

Signal pushing updates every other day is pretty much a security anti-pattern though. It makes it almost as vulnerable as a web app to this kind of thing, but this isn't the typical Linux software experience by any stretch.