~mvo/snapd/+git/snapd-mvo:fedora-base

Last commit made on 2017-09-27
Get this branch:
git clone -b fedora-base https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

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

Recent commits

bdb55ed... by Michael Vogt

add support for nsswitch.conf and ssl

63972e4... by Michael Vogt

snap-confine: update apparmor rules for fedora based base snaps

f6a3064... by Michael Vogt

Merge pull request #3953 from mvo5/bases-on-core

snap-confine: fix base snaps on core

ba06ae2... by Michael Vogt

Merge pull request #3947 from mvo5/fix-repair-tests-as-root

cmd/snap-repair: fix tests when running as root

647da60... by Michael Vogt

snap-confine: fix base snaps on core

On core devices we don't setup the same confinement as we do with
classic. However when we use base snaps we need to setup the
confinement in a similar way as on classic. Update the code to
do this.

2a8542f... by Paweł Stołowski

Merge pull request #3939 from stolowski/connection-type

interfaces: add Connection type

6b250c2... by Samuele Pedroni

cmd/snap-repair: skip disabled repairs

This adds support for the "disabled" repair header in snap-repair, the flag means the repair must be skipped.

1e83ad7... by Michael Vogt

Merge pull request #3950 from pedronis/repair-test-double-close-paranoia-plusplus

cmd/snap-repair: prefer leaking unmanaged fds on test failure over closing random ones

61310af... by Michael Vogt

snap-repair: make `repair` binary available for repair scripts (#3933)

via symlink in a tempdir to the real /usr/lib/snapd/snap-repair.

ac0523d... by Samuele Pedroni

prefer leaking unmanaged fds over closing random ones