Blame SOURCES/kdf.patch

485978
diff --color -urN fido-device-onboard-rs-0.3.0-orig/Cargo.toml fido-device-onboard-rs-0.3.0/Cargo.toml
485978
--- fido-device-onboard-rs-0.3.0-orig/Cargo.toml	2022-02-01 14:59:46.000000000 +0100
485978
+++ fido-device-onboard-rs-0.3.0/Cargo.toml	2022-02-01 18:17:45.773515653 +0100
485978
@@ -15,3 +15,7 @@
485978
 
485978
     "integration-tests",
485978
 ]
485978
+
485978
+[profile.release]
485978
+debug = true
485978
+
485978
diff --color -urN fido-device-onboard-rs-0.3.0-orig/examples/systemd/fdo-client-linuxapp.service fido-device-onboard-rs-0.3.0/examples/systemd/fdo-client-linuxapp.service
485978
--- fido-device-onboard-rs-0.3.0-orig/examples/systemd/fdo-client-linuxapp.service	2022-02-01 14:59:46.000000000 +0100
485978
+++ fido-device-onboard-rs-0.3.0/examples/systemd/fdo-client-linuxapp.service	2022-02-01 17:06:50.581272078 +0100
485978
@@ -5,6 +5,7 @@
485978
 [Service]
485978
 Type=oneshot
485978
 EnvironmentFile=-/boot/fdo-client-env
485978
+Environment=ALLOW_NONINTEROPERABLE_KDF=1
485978
 Environment=LOG_LEVEL=info
485978
 ExecStart=/usr/libexec/fdo/fdo-client-linuxapp
485978
 ExecStartPost=-/usr/bin/mv /boot/device-credentials /etc/device-credentials
485978
diff --color -urN fido-device-onboard-rs-0.3.0-orig/examples/systemd/fdo-owner-onboarding-server.service fido-device-onboard-rs-0.3.0/examples/systemd/fdo-owner-onboarding-server.service
485978
--- fido-device-onboard-rs-0.3.0-orig/examples/systemd/fdo-owner-onboarding-server.service	2022-02-01 14:59:46.000000000 +0100
485978
+++ fido-device-onboard-rs-0.3.0/examples/systemd/fdo-owner-onboarding-server.service	2022-02-01 17:06:42.983274923 +0100
485978
@@ -4,8 +4,9 @@
485978
 
485978
 [Service]
485978
 Environment=LOG_LEVEL=info
485978
+Environment=ALLOW_NONINTEROPERABLE_KDF=1
485978
 ExecStart=/usr/libexec/fdo/fdo-owner-onboarding-server
485978
 # restart and failure condition
485978
 
485978
 [Install]
485978
-WantedBy=multi-user.target
485978
\ No newline at end of file
485978
+WantedBy=multi-user.target