NewNewYorkBridges / ansible-tor-bridge

Ansible role to deploy Tor Bridge nodes.
GNU General Public License v3.0
7 stars 5 forks source link

fix:include regular Debian packages to unattended upgrade #17

Open toralf opened 2 years ago

toralf commented 2 years ago

What about adding

"origin=Debian,codename=${distro_codename},label=Debian";

to /etc/apt/apt.conf.d/50unattended-upgrades to allow regular updates too?

toralf commented 2 years ago

I think the current behaviour is buggy in the sense, that a new installed bridges will be upgrade related to all packages, not only security-related packages. But an older bridge only gets the sec-related updates (currently).

(And IMO there is no such thing like a "sec-bug". Every bug might become sec-related)