Blame SOURCES/0001-chore-add-ALLOW_NONINTEROPABLE_KDF-for-client-and-on.patch

3779f9
From 1926138487c4e903f42b8bb1a015d81f0da74193 Mon Sep 17 00:00:00 2001
3779f9
From: Antonio Murdaca <runcom@linux.com>
3779f9
Date: Fri, 10 Dec 2021 14:55:01 +0100
3779f9
Subject: [PATCH] chore: add ALLOW_NONINTEROPABLE_KDF for client and onboarding
3779f9
 unit
3779f9
3779f9
Signed-off-by: Antonio Murdaca <runcom@linux.com>
3779f9
---
3779f9
 examples/systemd/fdo-client-linuxapp.service         | 1 +
3779f9
 examples/systemd/fdo-owner-onboarding-server.service | 1 +
3779f9
 2 files changed, 2 insertions(+)
3779f9
3779f9
diff --git a/examples/systemd/fdo-client-linuxapp.service b/examples/systemd/fdo-client-linuxapp.service
3779f9
index 4a4d8a2..9b78dde 100644
3779f9
--- a/examples/systemd/fdo-client-linuxapp.service
3779f9
+++ b/examples/systemd/fdo-client-linuxapp.service
3779f9
@@ -7,6 +7,7 @@ After=network-online.target
3779f9
 Type=oneshot
3779f9
 Environment=DEVICE_CREDENTIAL=/boot/device-credentials
3779f9
 Environment=LOG_LEVEL=info
3779f9
+Environment=ALLOW_NONINTEROPABLE_KDF=1
3779f9
 ExecStart=/usr/libexec/fdo/fdo-client-linuxapp
3779f9
 ExecStartPost=/usr/bin/mv /boot/device-credentials /etc/device-credentials
3779f9
 
3779f9
diff --git a/examples/systemd/fdo-owner-onboarding-server.service b/examples/systemd/fdo-owner-onboarding-server.service
3779f9
index 97d3ee4..48ce0c2 100644
3779f9
--- a/examples/systemd/fdo-owner-onboarding-server.service
3779f9
+++ b/examples/systemd/fdo-owner-onboarding-server.service
3779f9
@@ -4,6 +4,7 @@ After=network-online.target
3779f9
 
3779f9
 [Service]
3779f9
 Environment=LOG_LEVEL=info
3779f9
+Environment=ALLOW_NONINTEROPABLE_KDF=1
3779f9
 ExecStart=/usr/libexec/fdo/fdo-owner-onboarding-server
3779f9
 # restart and failure condition
3779f9
 
3779f9
-- 
3779f9
2.33.1
3779f9