Skip to main content
  1. Blog
  2. Article

Canonical
on 21 September 2017

Security Team Weekly Summary: September 21, 2017


The Security Team weekly reports are intended to be very short summaries of the Security Team’s weekly activities.

If you would like to reach the Security Team, you can find us at the #ubuntu-hardened channel on FreeNode. Alternatively, you can mail the Ubuntu Hardened mailing list at: ubuntu-hardened@lists.ubuntu.com

During the last week, the Ubuntu Security team:

  • Triaged 489 public security vulnerability reports, retaining the 152 that applied to Ubuntu.
  • Published 6 Ubuntu Security Notices which fixed 122 security issues (CVEs) across 5 supported packages.

Bug Triage

Mainline Inclusion Requests

Development

  • validate license and deprecate aliases in the review tools
  • reviews
    • broadcom-asic-control updates PR 3898
    • bootstrap.c of snap-confine calling snap-update-ns PR 3621
    • s390x and i386 socket snap-seccomp test failures fix (PR 3900)
    • network interface update PR 3898
    • ‘mount host system fonts in desktop interface’ PR 3889
    • ‘enable partial apparmor support’ PR 3814
    • ‘run secondary-arch tests via gcc-multilib’ PR 3901
    • apparmor profile changes for snap-confine calling snap-update-ns PR 3621
  • implement/submit PR 3919 for miscellaneous policy updates xxix
  • implement/submit PR 3921 for miscellaneous policy updates xxix for 2.28
  • policy update for org.freedesktop.DBus ListNames() PR 3928

  • regression and manual testing of LSM stacking with AppArmor and SELinux

  • fscrypt 0.2.1 packaged
  • upload apparmor 2.11.0-2ubuntu17 for systemd stub resolver
  • send up patch to upstream apparmor to drop /var/run alternation in favor of /run

What the Security Team is Reading This Week

Weekly Meeting

More Info

Related posts


Kola Ojoodide
26 June 2026

Challenges designers face in open source (and how to fix them)

Design open source

Open source powers up to 90% of modern software, yet many projects lack usability. Canonical’s Design team surveyed 115 cross-functional professionals to uncover the 4 core challenges UI/UX designers face when contributing, and how maintainers can solve them. ...


Alberto Carretero
25 June 2026

Hunting a 16-year-old SQLite bug with TLA+: is dqlite affected?

DevOps Article

This article was written by Marco Manino and Alberto Carretero, dqlite team at Canonical. 1. Anatomy of a SQLite bug Recently SQLite published a new version with a fix to a long-standing bug in the way that the Write Ahead Log (WAL) is checkpointed that leads to the corruption of the database. The important aspect ...


Bertrand Boisseau
24 June 2026

Anbox Cloud on C4A metal: Android, at scale, without friction

Ubuntu Article

Why C4A metal is a great place to run Android and why Anbox Cloud makes that practical. If you’ve spent even a small portion of time working with Android development at scale, you’ve likely encountered some pinch points. The platform was built for Arm-based devices, mobile physical hardware, and tightly controlled system environments. Clo ...