~xnox/+git/core20:secureboot-db-test

Last commit made on 2020-07-30
Get this branch:
git clone -b secureboot-db-test https://git.launchpad.net/~xnox/+git/core20
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
secureboot-db-test
Repository:
lp:~xnox/+git/core20

Recent commits

7335d6f... by Dimitri John Ledkov

Add secureboot-db package, try #2.

Only execute it in install mode, and ensure this is done before snapd
is started.

The goal is to have dbxupdates applied before install is performed,
such that we seal against the latest dbx state possible.

7d66d1a... by Dimitri John Ledkov

Merge pull request #76 from anonymouse64/bugfix/add-gdbserver

hooks/001-extra-packages.chroot: add gdbserver

38f4a84... by Ian Johnson

hooks/001-extra-packages.chroot: add gdbserver

gdbserver is needed in order to use the new `snap run --experimental-gdbserver`
feature. Specifically, using gdbserver is much smaller than adding the full gdb
package to the base snap, and allows remote gdb debugging on Ubuntu Core.

See also https://forum.snapcraft.io/t/new-experimental-snap-run-experimental-gdbserver-option/18227

Signed-off-by: Ian Johnson <email address hidden>

ba50e23... by Dimitri John Ledkov

Merge pull request #75 from mvo5/timedatectl-quoting

030-fix-timedatectl.chroot: fix quoting issues

6ce0340... by Michael Vogt

030-fix-timedatectl.chroot: fix quoting issues

Port https://github.com/snapcore/core18/pull/159

f25faea... by Michael Vogt

Merge pull request #70 from xnox/localtime

Fix localtime

5942fc4... by Dimitri John Ledkov

Fix localtime

Back to how things were in core18

7b812cf... by Dimitri John Ledkov

Revert back to core18's timedatectl hook

0af9ece... by Dimitri John Ledkov

Merge pull request #69 from mvo5/partially-revert-49

hooks: remove redundancy from timezone settings

a46c704... by Michael Vogt

hooks: remove redundancy from timezone settings

The 030-fix-timedatectl.chroot hook was doing too much, there are
reasonable defaults already from the downloaded focal.tar.gz so
we should just use them. This will also fix the issue that the
store is blocking the upload because the localtime symlink
changed.