|
|
72107c |
--- fido-device-onboard-rs/Cargo.toml 2021-12-13 15:53:23.071283719 +0100
|
|
|
72107c |
+++ fido-device-onboard-rs/Cargo.toml 2021-12-13 15:50:55.968837268 +0100
|
|
|
72107c |
@@ -15,3 +15,6 @@
|
|
|
72107c |
|
|
|
72107c |
"integration-tests",
|
|
|
72107c |
]
|
|
|
72107c |
+
|
|
|
72107c |
+[profile.release]
|
|
|
72107c |
+debug = true
|
|
|
72107c |
\ No newline at end of file
|
|
|
72107c |
--- fido-device-onboard-rs/examples/systemd/fdo-client-linuxapp.service 2021-12-13 15:53:23.071283719 +0100
|
|
|
72107c |
+++ fido-device-onboard-rs/examples/systemd/fdo-client-linuxapp.service 2021-12-13 15:51:01.323889924 +0100
|
|
|
72107c |
@@ -7,6 +7,7 @@
|
|
|
72107c |
Type=oneshot
|
|
|
72107c |
Environment=DEVICE_CREDENTIAL=/boot/device-credentials
|
|
|
72107c |
Environment=LOG_LEVEL=info
|
|
|
72107c |
+Environment=ALLOW_NONINTEROPABLE_KDF=1
|
|
|
72107c |
ExecStart=/usr/libexec/fdo/fdo-client-linuxapp
|
|
|
72107c |
ExecStartPost=/usr/bin/mv /boot/device-credentials /etc/device-credentials
|
|
|
72107c |
|
|
|
72107c |
--- fido-device-onboard-rs/examples/systemd/fdo-owner-onboarding-server.service 2021-12-13 15:53:23.072283729 +0100
|
|
|
72107c |
+++ fido-device-onboard-rs/examples/systemd/fdo-owner-onboarding-server.service 2021-12-13 15:51:04.354919728 +0100
|
|
|
72107c |
@@ -4,6 +4,7 @@
|
|
|
72107c |
|
|
|
72107c |
[Service]
|
|
|
72107c |
Environment=LOG_LEVEL=info
|
|
|
72107c |
+Environment=ALLOW_NONINEROPABLE_KDF=1
|
|
|
72107c |
ExecStart=/usr/libexec/fdo/fdo-owner-onboarding-server
|
|
|
72107c |
# restart and failure condition
|
|
|
72107c |
|