From cf89843af8c3ea87b3df57e343f28c14efc8a5ff Mon Sep 17 00:00:00 2001 From: Denis Date: Fri, 10 Nov 2023 15:59:56 +0400 Subject: [PATCH] Enclave home in systemd file --- deb/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/deb/postinst b/deb/postinst index 7c92baae..09ef0157 100644 --- a/deb/postinst +++ b/deb/postinst @@ -38,6 +38,7 @@ RestrictRealtime = true RestrictSUIDSGID = true RemoveIPC = true PrivateMounts = true +Environment="ENCLAVE_HOME=/usr/lib" [Install] WantedBy=multi-user.target