~mvo/snapd/+git/snapd-mvo:user-gdb

Last commit made on 2019-04-09
Get this branch:
git clone -b user-gdb https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
user-gdb
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

44b7824... by Michael Vogt

tests: add spread test for snap run --gdb as user

f1ba723... by Michael Vogt

cmd: make sc_must_parse_int alsp parse negative ints and return long

ecc9cc7... by Michael Vogt

snap-gdb-shim: reorder setgid/setuid

2213c29... by Michael Vogt

snap-confine: extract sc_must_parse_int() helper into utils.h

b231234... by Michael Vogt

snap-gdb-shim.c: fix off-by-one error

dc7a223... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into user-gdb

44cf728... by Maciej Borzecki

Merge pull request #6686 from mvo5/shellcheck-mock-madness

testutil: fix MockCmd for shellcheck 0.5

3b0dce4... by Michael Vogt

testutil: fix MockCmd for shellcheck 0.5

With shellcheck 0.5 there is an error that
```
printf "\0"
```
should be use single quotes (SC1117). This PR fixes this.

16e5d49... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into user-gdb

a16857b... by Maciej Borzecki

Merge pull request #6682 from bboozzoo/bboozzoo/gadget-separate-package

snap, gadget: move gadget read/validation into separate package, tweak naming