Daniel
Daniel
Siri is sending packet SetAlertContext in which new messages and so on are stored. It is sent before starting the first SpeechRequest and it can't be requested again. So we...
How can I edit what server sent ? e.g.: function response_data(data){ data = new Buffer("Test", "binary"); } var processor = function(proxy) { proxy.on("response_data", response_data); }; Doesn't work.
tldr; Add a `LuksScanner` actor which scans all crypt devices using `cryptsetup luksDump`. Don't inhibit, when all devices are LUKS2 with clevs TPM2 token. So far, upgrades with encrypted drives...
# Sign OS-dependent sysexts using an ephemeral key which is baked into the image. The signed sysexts are generated using `systemd-repart` and they are built as a DDI with a...
# Sign published sysexts Use systemd-repart for creating signed DDI sysexts. The keys are expected to be stored in GitHub secrets SYSEXT_PRIVATE_KEY and SYSEXT_CERTIFICATE. Note/TODO: this needs additional changes in...