~mvo/snapd/+git/snapd-mvo:test-bare-base

Last commit made on 2019-12-11
Get this branch:
git clone -b test-bare-base https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
test-bare-base
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

0c125a1... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into test-bare-base

0635054... by Sergio Cazzolato

Merge pull request #7885 from jdstrand/xenial-and-bionic-have-mediating-pulseaudio

tests: 16.04 and 18.04 now have mediating pulseaudio

0552bf0... by Jamie Strandboge

tests: 16.04 and 18.04 now have mediating pulseaudio

References:
- https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1781428

ce6b3b9... by Michael Vogt

Merge pull request #7830 from stolowski/fix-hooks-in-label-expr

interfaces: include hooks in plug/slot apparmor label.

6a96da2... by Jamie Strandboge

interfaces: add raw-volume interface for access to partitions (#7768)

While the block-devices interface provides access to raw disks, some
applications need access to disk partitions at the block level. This
interface provides this access. Since read access gives the snap access
to all data on the device and write access allows changing the contents
of the disk partition, this interface is considered a "super-privileged"
interface since it grants device ownership to the snap.

This is needed for enabling certain UC20 devices and needs to be in 2.43.

b59bb91... by Claudio Matsuoka

Merge pull request #7873 from mvo5/boot-uc20-7

image: set recovery system label when creating the image

20b46fe... by Michael Vogt

Merge pull request #7878 from bboozzoo/bboozzoo/generator-snap-mount-dir

cmd/snapd-generator: fix unit name for non /snap mount locations

c366efc... by Maciej Borzecki

image: update to match RecoverySystemDir naming in master

Signed-off-by: Maciej Borzecki <email address hidden>

7795796... by Maciej Borzecki

Merge remote-tracking branch 'upstream/master' into boot-uc20-7

6fb1a28... by Maciej Borzecki

cmd/snapd-generator: fix unit name for non /snap mount locations

When snap mount directory is different from /snap, eg. /var/lib/snapd/snap like
we have on Fedora, the generated unit name should correspond to the output of
`systemd-escape -p <path>`. In case of Fedora, it should be var-lib-snapd-snap.

Signed-off-by: Maciej Borzecki <email address hidden>