[ubuntu/noble-proposed] snapd 2.67.1+24.04 (Accepted)

Ernest Lotter ernest.lotter at canonical.com
Wed Feb 12 19:15:40 UTC 2025


snapd (2.67.1+24.04) noble; urgency=medium

  * New upstream release, LP: #2089691
    - Fix apparmor permissions to allow snaps access to kernel modules
      and firmware on UC24, which also fixes the kernel-modules-control
      interface on UC24
    - AppArmor prompting (experimental): disallow /./ and /../ in path
      patterns
    - LP: #2090938 Fix 'snap run' getent based user lookup in case of bad PATH
    - Fix snapd using the incorrect AppArmor version during undo of an
      refresh for regenerating snap profiles
    - Add new syscalls to base templates
    - hardware-observe interface: allow riscv_hwprobe syscall
    - mount-observe interface: allow listmount and statmount syscalls

snapd (2.67+24.04) noble; urgency=medium

    - AppArmor prompting (experimental): allow overlapping rules
    - Registry view (experimental): Changes to registry data (from both
      users and snaps) can be validated and saved by custodian snaps
    - Registry view (experimental): Support 'snapctl get --pristine' to
      read the registry data excluding staged transaction changes
    - Registry view (experimental): Put registry commands behind
      experimental feature flag
    - Components: Make modules shipped/created by kernel-modules
      components available right after reboot
    - Components: Add tab completion for local component files
    - Components: Allow installing snaps and components from local files
      jointly on the CLI
    - Components: Allow 'snapctl model' command for gadget and kernel
      snaps
    - Components: Add 'snap components' command
    - Components: Bug fixes
    - eMMC gadget updates (WIP): add syntax support in gadget.yaml for
      eMMC schema
    - Support for ephemeral recovery mode on hybrid systems
    - Support for dm-verity options in snap-bootstrap
    - Support for overlayfs options and allow empty what argument for
      tmpfs
    - Enable ubuntu-image to determine the size of the disk image to
      create
    - Expose 'snap debug' commands 'validate-seed' and 'seeding'
    - Add debug API option to use dedicated snap socket /run/snapd-
      snap.socket
    - Hide experimental features that are no longer required
      (accepted/rejected)
    - Mount ubuntu-save partition with no{exec,dev,suid} at install, run
      and factory-reset
    - Improve memory controller support with cgroup v2
    - Support ssh socket activation configurations (used by ubuntu
      22.10+)
    - Fix generation of AppArmor profile with incorrect revision during
      multi snap refresh
    - LP: #2084730 Fix refresh app awareness related deadlock edge case
    - Fix not caching delta updated snap download
    - Fix passing non root uid, guid to initial tmpfs mount
    - Fix ignoring snaps in try mode when amending
    - LP: #2083961 Fix reloading of service activation units to avoid systemd errors
    - Fix snapd snap FIPS build on Launchpad to use Advantage Pro FIPS
      updates PPA
    - Make killing of snap apps best effort to avoid possibility of
      malicious failure loop
    - Alleviate impact of auto-refresh failure loop with progressive
      delay
    - LP: #2085535 Dropped timedatex in selinux-policy to avoid runtime issue
    - Fix missing syscalls in seccomp profile
    - Modify AppArmor template to allow using SNAP_REEXEC on arch
      systems
    - Modify AppArmor template to allow using vim.tiny (available in
      base snaps)
    - Modify AppArmor template to add read-access to debian_version
    - Modify AppArmor template to allow owner to read
      @{PROC}/@{pid}/sessionid
    - {common,personal,system}-files interface: prohibit trailing @ in
      filepaths
    - {desktop,shutdown,system-observe,upower-observe} interface:
      improve for Ubuntu Core Desktop
    - custom-device interface: allow @ in custom-device filepaths
    - desktop interface: improve launch entry and systray integration
      with session
    - desktop-legacy interface: allow DBus access to
      com.canonical.dbusmenu
    - fwupd interface: allow access to nvmem for thunderbolt plugin
    - mpris interface: add plasmashell as label
    - mount-control interface: add support for nfs mounts
    - LP: #2086203 network-{control,manager} interface: add missing dbus link rules
    - network-manager-observe interface: add getDevices methods
    - opengl interface: add Kernel Fusion Driver access to opengl
    - screen-inhibit-control interface: improve screen inhibit control
      for use on core
    - udisks2 interface: allow ping of the UDisks2 service
    - u2f-devices interface: add Nitrokey Passkey

Date: Wed, 15 Jan 2025 22:02:37 +0200
Changed-By: Ernest Lotter <ernest.lotter at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
https://launchpad.net/ubuntu/+source/snapd/2.67.1+24.04
-------------- next part --------------
Format: 1.8
Date: Wed, 15 Jan 2025 22:02:37 +0200
Source: snapd
Built-For-Profiles: noudeb
Architecture: source
Version: 2.67.1+24.04
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Ernest Lotter <ernest.lotter at canonical.com>
Launchpad-Bugs-Fixed: 2083961 2084730 2085535 2086203 2089691 2090938
Changes:
 snapd (2.67.1+24.04) noble; urgency=medium
 .
   * New upstream release, LP: #2089691
     - Fix apparmor permissions to allow snaps access to kernel modules
       and firmware on UC24, which also fixes the kernel-modules-control
       interface on UC24
     - AppArmor prompting (experimental): disallow /./ and /../ in path
       patterns
     - LP: #2090938 Fix 'snap run' getent based user lookup in case of bad PATH
     - Fix snapd using the incorrect AppArmor version during undo of an
       refresh for regenerating snap profiles
     - Add new syscalls to base templates
     - hardware-observe interface: allow riscv_hwprobe syscall
     - mount-observe interface: allow listmount and statmount syscalls
 .
 snapd (2.67+24.04) noble; urgency=medium
 .
     - AppArmor prompting (experimental): allow overlapping rules
     - Registry view (experimental): Changes to registry data (from both
       users and snaps) can be validated and saved by custodian snaps
     - Registry view (experimental): Support 'snapctl get --pristine' to
       read the registry data excluding staged transaction changes
     - Registry view (experimental): Put registry commands behind
       experimental feature flag
     - Components: Make modules shipped/created by kernel-modules
       components available right after reboot
     - Components: Add tab completion for local component files
     - Components: Allow installing snaps and components from local files
       jointly on the CLI
     - Components: Allow 'snapctl model' command for gadget and kernel
       snaps
     - Components: Add 'snap components' command
     - Components: Bug fixes
     - eMMC gadget updates (WIP): add syntax support in gadget.yaml for
       eMMC schema
     - Support for ephemeral recovery mode on hybrid systems
     - Support for dm-verity options in snap-bootstrap
     - Support for overlayfs options and allow empty what argument for
       tmpfs
     - Enable ubuntu-image to determine the size of the disk image to
       create
     - Expose 'snap debug' commands 'validate-seed' and 'seeding'
     - Add debug API option to use dedicated snap socket /run/snapd-
       snap.socket
     - Hide experimental features that are no longer required
       (accepted/rejected)
     - Mount ubuntu-save partition with no{exec,dev,suid} at install, run
       and factory-reset
     - Improve memory controller support with cgroup v2
     - Support ssh socket activation configurations (used by ubuntu
       22.10+)
     - Fix generation of AppArmor profile with incorrect revision during
       multi snap refresh
     - LP: #2084730 Fix refresh app awareness related deadlock edge case
     - Fix not caching delta updated snap download
     - Fix passing non root uid, guid to initial tmpfs mount
     - Fix ignoring snaps in try mode when amending
     - LP: #2083961 Fix reloading of service activation units to avoid systemd errors
     - Fix snapd snap FIPS build on Launchpad to use Advantage Pro FIPS
       updates PPA
     - Make killing of snap apps best effort to avoid possibility of
       malicious failure loop
     - Alleviate impact of auto-refresh failure loop with progressive
       delay
     - LP: #2085535 Dropped timedatex in selinux-policy to avoid runtime issue
     - Fix missing syscalls in seccomp profile
     - Modify AppArmor template to allow using SNAP_REEXEC on arch
       systems
     - Modify AppArmor template to allow using vim.tiny (available in
       base snaps)
     - Modify AppArmor template to add read-access to debian_version
     - Modify AppArmor template to allow owner to read
       @{PROC}/@{pid}/sessionid
     - {common,personal,system}-files interface: prohibit trailing @ in
       filepaths
     - {desktop,shutdown,system-observe,upower-observe} interface:
       improve for Ubuntu Core Desktop
     - custom-device interface: allow @ in custom-device filepaths
     - desktop interface: improve launch entry and systray integration
       with session
     - desktop-legacy interface: allow DBus access to
       com.canonical.dbusmenu
     - fwupd interface: allow access to nvmem for thunderbolt plugin
     - mpris interface: add plasmashell as label
     - mount-control interface: add support for nfs mounts
     - LP: #2086203 network-{control,manager} interface: add missing dbus link rules
     - network-manager-observe interface: add getDevices methods
     - opengl interface: add Kernel Fusion Driver access to opengl
     - screen-inhibit-control interface: improve screen inhibit control
       for use on core
     - udisks2 interface: allow ping of the UDisks2 service
     - u2f-devices interface: add Nitrokey Passkey
Checksums-Sha1:
 d18607a2b8458c58b71ec07fa61f33aeaa3bc54d 2983 snapd_2.67.1+24.04.dsc
 8b52fa8b224fbdcca849b29091efa367cc5ad1d1 10071160 snapd_2.67.1+24.04.tar.xz
 2bccea3216dce8057f528981ffa4d9642b12d5ae 11406 snapd_2.67.1+24.04_source.buildinfo
Checksums-Sha256:
 831ad8f064220a98c71414c41d677ee377d709bcf6f01bcbe4c9eacc2653f185 2983 snapd_2.67.1+24.04.dsc
 db6c7cfc3e65d9773532862890a962646fbd284482cf8e132d806035afdc99b4 10071160 snapd_2.67.1+24.04.tar.xz
 62741b2e1c83153a8ae59619fab40ebd4db9f32a71a706a78c256c82f2f927cc 11406 snapd_2.67.1+24.04_source.buildinfo
Files:
 02520c59bc5ea334a26fe233485268af 2983 devel optional snapd_2.67.1+24.04.dsc
 cae6856fe07873b8e35c99bf963a271f 10071160 devel optional snapd_2.67.1+24.04.tar.xz
 132d3e57716a05b0f744280a87143d91 11406 devel optional snapd_2.67.1+24.04_source.buildinfo


More information about the noble-changes mailing list