From 1a03a35c330a62a9607e7e21f01f23cd7ed51cef Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Thu, 24 Mar 2016 12:54:41 -0700 Subject: [PATCH] Fix up tpmd service This has to run as root (in order to be able to read the kernel event logs) and be given a port to bind to. --- .../coreos-overlay/app-crypt/go-tspi/files/tpmd.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/files/tpmd.service b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/files/tpmd.service index 20c3a7356e..7af811da6f 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/files/tpmd.service +++ b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/files/tpmd.service @@ -3,8 +3,7 @@ Description=TPM remote access daemon Requires=tcsd.service [Service] -User=tss -ExecStart=/bin/tpmd +ExecStart=/bin/tpmd 23179 [Install] WantedBy=multi-user.target