~mvo/snapd/+git/snapd-mvo:locking-longer

Last commit made on 2019-01-31
Get this branch:
git clone -b locking-longer https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
locking-longer
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

1f87b24... by Michael Vogt

locking.c: run indent

f34ce84... by Michael Vogt

snap-confine: increase locking timeout to 30s

We got reports from the field that some snaps fail to start
and it appears this is because the "sanity" timeout is too
low for low-end arm devices. This PR increases it as a short
term measure to 30s.

ec81695... by Michael Vogt

snap-confine: fix incorrect "sanity timeout 3s" message

The code has a log message that says that the timeout is
initialized to 3 seconds. However the code actually uses
6 seconds. This "refactors" things so that timeout and
message stay in sync.

2ada43e... by Maciej Borzecki

Merge pull request #6394 from sergiocazzolato/tests-fix-logs-daemon-notify

tests: iterate getting journal logs to support delay on boards on daemon-notify test

9fb9a17... by Paweł Stołowski

Merge pull request #6440 from sparkiegeek/patch-1

cmd/snap: fix typo in cmd_wait.go

5027f64... by Maciej Borzecki

Merge pull request #6437 from bboozzoo/bboozzoo/improve-channel-parsing

snap/channel: improve channel parsing

cecb02a... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into pull/6440

6a05658... by "John R. Lenton" <email address hidden>

Merge pull request #6443 from chipaca/pids-are-signed

daemon, polkit: pid_t is signed

e9e9c05... by Maciej Borzecki

Merge pull request #6333 from bboozzoo/bboozzoo/snap-connections-api-endpoint

daemon: introduce /v2/connections snapd API endpoint

a819ae7... by John Lenton

daemon, polkit: pid_t is signed

We were using uint32 for pids in daemon and polkit, when they're
actually signed. This would be mostly transparent to snapd, but could
lead to spurious denials from polkit in some situations.