~mvo/snapd/+git/snapd-mvo:revert-quirks-removal-gh6123-master

Last commit made on 2019-01-29
Get this branch:
git clone -b revert-quirks-removal-gh6123-master https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
revert-quirks-removal-gh6123-master
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

b1bac77... by Michael Vogt

Revert "cmd/snap-confine,snap-update-ns: discard quirks"

This reverts commit 1da9316e717d119852b827becb5a17b33713d032.

e147c65... by Michael Vogt

Merge pull request #6408 from mvo5/dbus-slot-spread-test

tests: add spread test for system dbus interface

e1604d3... by Michael Vogt

Merge pull request #6424 from mvo5/no-pipefail-again

tests: remove -o pipefail

75a617e... by Michael Vogt

Merge pull request #6427 from jdstrand/add-block-devices-interface

interfaces: add block-devices interface

875f621... by Michael Vogt

Merge pull request #6421 from bboozzoo/bboozzoo/fedora-29-google-upgrade-suite

spread: enable upgrade suite on fedora

5487768... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/fedora-29-google-upgrade-suite

3175cd6... by Jamie Strandboge

interfaces: add block-devices interface

Some applications need access to raw disks (eg, smartctl and hdparm) or
disks at the block level (eg, flashing tools). 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, this
interface is considered a "super-privileged" interface since it grants
device ownership to the snap.

Tested with 'hdparm -t /dev/sda', 'smartctl --test=short /dev/sda' and
'smartctl --all /dev/sda'.

References:
https://forum.snapcraft.io/t/request-for-classic-confinement-sas2ircu/9023
https://forum.snapcraft.io/t/classic-confinement-review-request-for-fwup/7379
https://forum.snapcraft.io/t/classic-confinement-request-for-the-wimlib-snap/7424

019479b... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into no-pipefail-again

96fee42... by Michael Vogt

Merge pull request #6423 from bboozzoo/bboozzoo/section-rename

tests/main/searching: video section got renamed to photo-and-video

62d21c4... by Maciej Borzecki

tests/main/searching: tweak for 32bit systems

Vlc snap is not published for x86 and we use it to verify that search by arch is
correctly done. However, there is another snap 'mjpg-streamer' which needs to be
accounted for.

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