~mvo/snapd/+git/snapd-mvo:context-for-snapstate

Last commit made on 2019-05-20
Get this branch:
git clone -b context-for-snapstate https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
context-for-snapstate
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

68765e7... by Michael Vogt

overlord: add context.Context to snapstate.Install()

95919a3... by Maciej Borzecki

Merge pull request #6873 from bboozzoo/bboozzoo/gadget-update-mount-point-lookup

gadget: improve device lookup, add helper for mount point lookup

bb6faa5... by Maciej Borzecki

gadget: refactor device mount point lookup loop

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

8ae45c2... by Maciej Borzecki

Merge pull request #6856 from zyga/feature/user-mount-ns-20.9-split-14-of-n

cmd/snap-update-ns: add tests for executeMountProfileUpdate

0270ffe... by "John R. Lenton" <email address hidden>

Merge pull request #6862 from chipaca/hooksup-always

overlord/hookstate: don't run handler unless hooksup.Always

0f8efac... by Maciej Borzecki

gadget: make device helpers Linux specific, add stubs for OSX

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

91194fc... by Maciej Borzecki

gadget: drop strings.ReplaceAll()

It is in Go 1.12+ only.

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

31f41ca... by Maciej Borzecki

gadget: helper for finding moount points of given structure

Add a helper for locating mount points of given filesystem structure.

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

e4a0bdc... by Maciej Borzecki

gadget: improve matching device lookup

Look out for symlinks that point nowhere. The osutil.FileExists() helper already
uses os.Stat() internally and that will catch symlinks pointing nowhere.
However, add a safety check in case anyone tweaks the osutil implementation.

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

bb292ab... by Zygmunt Krynicki

Merge pull request #6866 from zyga/feature/sun-sharing-changes

cmd/snap-update-ns: allow changing mount propagation