~mvo/snapd/+git/snapd-mvo:core20-bootstrap-encryption-force-with-debug

Last commit made on 2020-01-16
Get this branch:
git clone -b core20-bootstrap-encryption-force-with-debug https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
core20-bootstrap-encryption-force-with-debug
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

c50677a... by Michael Vogt

add debug and stuff

e7375f1... by Michael Vogt

devicestate: fix --keyfile -> --key-file typo

d7db274... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into core20-bootstrap-encryption-force

e7f2ed3... by Michael Vogt

Merge pull request #7998 from mvo5/slow-tests-workarounds

httputil: use shorter timeout in TestRetryRequestTimeoutHandling

5ffaf90... by Claudio Matsuoka

devicestate: don't disable encryption in a signed device

If our model grade is signed don't allow a non-signed mechanism to
disable encryption.

Signed-off-by: Claudio Matsuoka <email address hidden>

8227bd3... by Claudio Matsuoka

devicestate: encrypt by default if we have tpm

Instead of forcing encryption when the model grade is not secured,
encrypt by default if TPM is available. The system tests for the
presence of a .force-unencrypted file in the seed partition and
disables encryption if the device's grade is not secured.

Signed-off-by: Claudio Matsuoka <email address hidden>

dfb1b03... by Michael Vogt

Merge pull request #7986 from chipaca/default-track

store, o/snapstate: send default-tracks header, use RedirectChannel

9c20f60... by Michael Vogt

Merge pull request #8000 from mvo5/release-2.43.1

release: 2.43.1

a1ebe64... by Claudio Matsuoka

devicestate: allow encryption regardless of grade

Test for the presence of the `.force-encryption` file in the seed
partition filesystem, and encrypt the data partition regardless
of the model grade in use. This is intended primarily for development
tests.

Signed-off-by: Claudio Matsuoka <email address hidden>

3cf2f9c... by Claudio Matsuoka

devicestate: small refactoring and typo fix in install handler

Signed-off-by: Claudio Matsuoka <email address hidden>