snapd:release/2.26

Last commit made on 2017-07-20
Get this branch:
git clone -b release/2.26 https://git.launchpad.net/snapd

Branch merges

Branch information

Name:
release/2.26
Repository:
lp:snapd

Recent commits

f20ff66... by Michael Vogt

releasing package snapd version 2.26.14

d49349a... by Michael Vogt

Merge pull request #3607 from mvo5/fix-reexec-from-2.21

cmd: fix re-exec bug when starting from snapd 2.21

7591904... by Zygmunt Krynicki

tests: add recursive classic confinement call test

This test validates that a snap using classic confinement can call into
the snap itself. We discovered several bugs related to this behavior
so the test will help to ensure this does not regress anymore.

Signed-off-by: Zygmunt Krynicki <email address hidden>

bba3b1a... by Michael Vogt

Fix re-exec bug when starting from snapd 2.21

We need to special case the env handling for snapd re-execing
from 2.21. In this version of snap/snapd we did set SNAP_REEXEC=0
when we re-execed.

In this case we need to unset the reExecKey to ensure that subsequent
run of snap/snapd (e.g. when using classic confinement) will *not*
prevented from re-execing.

588ef74... by Michael Vogt

Merge pull request #3602 from mvo5/unrestricted-on-all-arches

snap-seccomp: add secondary arch for unrestricted snaps as well (2.26)

42347e8... by Michael Vogt

Merge remote-tracking branch 'upstream/release/2.26' into unrestricted-on-all-arches

7ae729f... by Michael Vogt

releasing package snapd version 2.26.13

4fc6c5a... by Michael Vogt

Add secondary arch for unrestricted snaps as well

When creating a @unrestricted filter we need to whitelist all
architectures or e.g. i386 apps on amd64 will fail.

151b745... by Michael Vogt

Add secondary arch for unrestricted snaps as well

When creating a @unrestricted filter we need to whitelist all
architectures or e.g. i386 apps on amd64 will fail.

fe232b4... by Sergio Cazzolato

Fix on test until the change is landed on 2.27

After the core is landed, we can remove the if for debian