~alfonsosanchezbeato/+git/core20:check-systemd

Last commit made on 2023-03-28
Get this branch:
git clone -b check-systemd https://git.launchpad.net/~alfonsosanchezbeato/+git/core20
Only Alfonso Sanchez-Beato can upload to this branch. If you are Alfonso Sanchez-Beato please log in for upload directions.

Branch merges

Branch information

Name:
check-systemd
Repository:
lp:~alfonsosanchezbeato/+git/core20

Recent commits

609e945... by Alfonso Sanchez-Beato

Install systemd from ppa

300219b... by Philip Meulengracht

Merge pull request #140 from snowsky/master

Allow to update password policy

66f2bd1... by Hao Wang

Allow to update password policy

10050ea... by Alfonso Sanchez-Beato

Merge pull request #132 from kubiko/pkcs11

core: add pkcs11 dependencies

0a44b5a... by Ondrej Kubik

hooks: removing more dead sym links in pkcs11 trimming

Signed-off-by: Ondrej Kubik <email address hidden>

ba0e938... by Michael Vogt

static: add fixrtc script and udev.rules (#136)

* static: add fixrtc script and udev.rules

When the system has a RTC that is loaded as a module the time
may move backwards when the rtc module is loaded. See
https://forum.snapcraft.io/t/30391/15

This is a (racy) workaround to fix this.

See also the upstream bug:
https://github.com/systemd/systemd/issues/17737

* static: improve the "fixrtc" handling

* static: tweak to read the mtime from the fixrtc script (and not /usr/bin/stat)

* static: add debug to /run/mnt/ubuntu-seed/fixrtc-run.log (for now)

* rules.d: be more strict (remove whitespace)

* static: move 90-fixrtc.rules to /usr/lib

* rules.d: add explicit add rule to 90-fixrtc.rules

* fixrtc: move to /usr/lib/core and use var/lib/clock-epoch too if available

* static: remove the debug output from the fixrtc script

* rename fixrtc -> fix-hctosys

cd8afea... by Alfonso Sanchez-Beato

Merge pull request #137 from mvo5/usr-lib-clock-epoch

Makefile: create /usr/lib/clock-epoch

ba61659... by Michael Vogt

Makefile: create /usr/lib/clock-epoch

When there is no RTC systemd will use either it's own build date
or `/usr/lib/clock-epoch` to "seed" the initial time. So far we
did not create /usr/lib/clock-epoch but this commit adds it.

83e00ee... by Ondrej Kubik

hooks: remove dead onepin-opensc-pkcs11.so sym link

Signed-off-by: Ondrej Kubik <email address hidden>

78f8eef... by Ondrej Kubik

hooks: remove opensc-pkcs11.so module

opensc-pkcs11.so is PKCS#11 provider for smart cards. As such this should be
part of the gadget snap if smard card is supported by the target device.

Signed-off-by: Ondrej Kubik <email address hidden>