~mvo/snapd/+git/snapd-mvo:release-2.42.5

Last commit made on 2019-12-06
Get this branch:
git clone -b release-2.42.5 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
release-2.42.5
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

6b244b5... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into release-2.42.5

4adc1b4... by Michael Vogt

releasing package snapd version 2.42.5

ce2454b... by Jamie Strandboge

snap-confine: revert, with comment, explicit unix deny for nested lxd

While snap-confine itself doesn't require unix rules and therefore all
unix rules are implicitly denied, adding an explicit deny for unix to
silence noisy denials breaks nested lxd when it shouldn't:

  $ sudo snap install lxd
  $ sudo lxd init
  $ sudo lxc launch ubuntu:18.04 c1 -c security.nesting=true
  $ lxc exec c1 -- snap install lxd
  error: cannot perform the following tasks:
  - Start snap "lxd" (12631) services ([start snap.lxd.activate.service]
    failed with exit status 1: Job for snap.lxd.activate.service failed
    because the control process exited with error code.

Until the cause is determined, do not use an explicit deny for unix.

Reference:
- https://bugs.launchpad.net/snapd/+bug/1855355

c5c53ed... by Michael Vogt

Merge pull request #7856 from jdstrand/revert-snap-confine-deny-unix

snap-confine: revert, with comment, explicit unix deny for nested lxd

d98f715... by Michael Vogt

Merge pull request #7860 from stolowski/update-selinux-for-kmod

selinux: update policy to allow modifications related to kmod backend

5c3b47c... by Michael Vogt

Merge pull request #7771 from stolowski/snapctl-is-connected

o/hookstate/ctlcmd: snapctl is-connected command

9a10324... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into revert-snap-confine-deny-unix

1fe2007... by Paweł Stołowski

Disable mount-ns test on 16.04 for now until ns changes are fixed.

7ba4ea1... by Paweł Stołowski

Merge branch 'master' into snapctl-is-connected

de52fb0... by Paweł Stołowski

Update SELinux policy to allow modifications related to /etc/modules-load.d/ (etc_t).