[Bug 1585771] Re: Automatic security upgrades are always enabled

Ryan Harper 1585771 at bugs.launchpad.net
Tue Jul 19 21:13:06 UTC 2016


Tested:

a37843379dd7061c2c1dc87ed215a284 *xenial-server-amd64.iso

And selected "No Automatic updates" when prompted.

After install there is no longer a /etc/apt/apt.conf.d/20auto-upgrades
file present.

ubuntu at ubuntu:~$ cat /etc/apt/apt.conf.d/20auto-upgrades
cat: /etc/apt/apt.conf.d/20auto-upgrades: No such file or directory

ubuntu at ubuntu:~$ head -n 8 /etc/apt/apt.conf.d/50unattended-upgrades
// Automatically upgrade packages from these (origin:archive) pairs
Unattended-Upgrade::Allowed-Origins {
	"${distro_id}:${distro_codename}-security";
//	"${distro_id}:${distro_codename}-updates";
//	"${distro_id}:${distro_codename}-proposed";
//	"${distro_id}:${distro_codename}-backports";
};

$ grep -nr "APT::Periodic::Unattended-Upgrade.*1.*" /etc/apt/apt.conf.d/*
ubuntu at ubuntu:~$

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pkgsel in Ubuntu.
https://bugs.launchpad.net/bugs/1585771

Title:
  Automatic security upgrades are always enabled

Status in pkgsel package in Ubuntu:
  Fix Released
Status in unattended-upgrades package in Ubuntu:
  New
Status in pkgsel source package in Xenial:
  Fix Committed
Status in unattended-upgrades source package in Xenial:
  New

Bug description:
  After installing 16.04 server and selecting the option "no automatic
  upgrades" the system will still be configured to automatically perform
  security upgrades.

  $ cat /etc/apt/apt.conf.d/20auto-upgrades 
  APT::Periodic::Update-Package-Lists "1";
  APT::Periodic::Unattended-Upgrade "1";

  $ head -n 8 /etc/apt/apt.conf.d/50unattended-upgrades 
  // Automatically upgrade packages from these (origin:archive) pairs
  Unattended-Upgrade::Allowed-Origins {
  	"${distro_id}:${distro_codename}-security";
  //	"${distro_id}:${distro_codename}-updates";
  //	"${distro_id}:${distro_codename}-proposed";
  //	"${distro_id}:${distro_codename}-backports";
  };

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pkgsel/+bug/1585771/+subscriptions



More information about the foundations-bugs mailing list