- Update to version 0.6.5 + LUKS2 keyslot management with the grub-tpm2 token + Replace mkinitrd with dracut - Update to version 0.6.4 + Add man page and bash completion support + Switch to TPM 2.0 Key File for grub2 + Update the installation paths + Enable authorized policy by default + Implement 'tpm-disable' command (bsc#1208834) - Add a subpackage: fde-tools-bash-completion - Use 'tpm-activate' in the systemd service file - Add help2man to BuildRequires - Drop the upstreamed patches + fde-tools-tpm2.0-key-file-support.patch + fde-tools-fix-paths.patch + fde-tools-set-stop-event-for-tpm_authorize.patch + fde-tools-enable-authorized-policy-by-default.patch + fde-tools-reduce-iterations.patch + fde-tools-set-grub.cfg-as-stop-event.patch - Fix the path in fde-tools.service OBS-URL: https://build.opensuse.org/request/show/1096656 OBS-URL: https://build.opensuse.org/package/show/Base:System/fde-tools?expand=0&rev=10
11 lines
178 B
Desktop File
11 lines
178 B
Desktop File
[Unit]
|
|
Description=Activate TPM for Full Disk Encryption
|
|
Wants=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/fdectl tpm-activate
|
|
|
|
[Install]
|
|
WantedBy=default.target
|