snappy:release/2.27

Last commit made on 2017-09-07
Get this branch:
git clone -b release/2.27 https://git.launchpad.net/snappy

Branch merges

Branch information

Name:
release/2.27
Repository:
lp:snappy

Recent commits

052db11... by Michael Vogt

releasing package snapd version 2.27.6

1234d78... by Michael Vogt

Merge pull request #3875 from mvo5/add-netlink-kobject-uevent-to-hardware-observe-2.27

interfaces: add udev netlink support to hardware-observe (2.27)

abb0ffc... by Michael Vogt

Merge pull request #3870 from jdstrand/additional-seccomp-udev-updates-2.27

interfaces/network-{control,observe}: allow receiving kobject_uevent() messages for 2.27

687dc08... by Michael Vogt

interfaces: add udev netlink support to hardware-observe

With the addition of seccomp argument filtering the socket syscall
will not allow NETLINK_KOBJECT_UEVENT anymore. But this is crucial
for the hardware-observe interface to monitor udev. This patch
adds it back.

7d36bd8... by Jamie Strandboge

interfaces/network-{control,observe}: allow receiving kobject_uevent() messages

As part of the investigation for the livepatch regression and netlink socket
mediation, net/core/* from the Linux kernel sources shows that the kernel is
using kobject_uevent() for notifications. While we could force snaps to use
hardware-observe to view these, it makes sense in terms of completeness for
these interfaces and for compatibility with existing snaps to allow
'socket AF_NETLINK - NETLINK_KOBJECT_UEVENT' here as well.

958fc36... by Michael Vogt

releasing package snapd version 2.27.5

fac3534... by Michael Vogt

interfaces: fix network-manager plug (#3818)

Add networkManagerPermanentPlugSecComp that adds socket AF_NETLINK - KOBJECT_UEVENT to unbreak nmcli

94784f1... by Gustavo Niemeyer

hooks: do not error when hook handler is not registered (2.27) (#3819)

hooks: do not error when hook handler is not registered (2.27)

d832894... by Paweł Stołowski

Don't check hookExists as it's always false in this case.

ea1a462... by Paweł Stołowski

Do not error out if no hook handler is registered when hook is optional.