~mvo/snapd/+git/snapd-mvo:gpio-updates-2

Last commit made on 2018-11-19
Get this branch:
git clone -b gpio-updates-2 https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
gpio-updates-2
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

fabcf34... by Michael Vogt

tests: add SPREAD_JOB to the description of systemd_create_and_start_unit

5f733f0... by Michael Vogt

tests: improve robustness of enable-disable-units-gpio

add2cda... by Michael Vogt

tests: remove leftover in systemd_create_and_start_unit

06d2977... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into gpio-updates

b2de03e... by Michael Vogt

ifacestate: rename setupPhasedSecurity -> setupSecurityByBackend

fe2a88d... by Zygmunt Krynicki

snapd: allow snap-update-ns to read /proc/version

When doing some casual exploratory testing on my branches I noticed an
unrelated apparmor denial.

    type=AVC msg=audit(1542197569.186:1140): apparmor="DENIED"
    operation="open" profile="snap-update-ns.snapd-hacker-toolbelt"
    name="/proc/version" pid=37237 comm="3" requested_mask="r"
    denied_mask="r" fsuid=0 ouid=0

It seems that release/release.go's WSL check now affects snap-update-ns.
While we could do lazy init the denial should go a way as well.

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

c527031... by Paweł Stołowski

Use SystemSnapName() in remap methods.

5f3a016... by Paweł Stołowski

SystemSnapName of IdentityMapper needed for tests only.

5999b1e... by Paweł Stołowski

Added SystemSnapInfo helper.

6d22368... by Paweł Stołowski

Added SystemSnapName mapper helper.