From 9ba076a9af6c7120094ec26bc42e07f76e088cb8 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Thu, 24 Mar 2016 12:54:01 -0700 Subject: [PATCH] Install tpmown We need the tpmown app available in order to permit admins to configure the TPM correctly and take ownership. --- .../go-tspi/{go-tspi-0.1-r3.ebuild => go-tspi-0.1-r4.ebuild} | 0 .../coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/{go-tspi-0.1-r3.ebuild => go-tspi-0.1-r4.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r4.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r3.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r4.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild index e86b5ae454..beb1c97a78 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild @@ -21,10 +21,10 @@ DEPEND="${RDEPEND}" src_compile() { go_build "${COREOS_GO_PACKAGE}/tpmd" + go_build "${COREOS_GO_PACKAGE}/tpmown" } src_install() { dobin ${GOBIN}/* systemd_dounit "${FILESDIR}"/tpmd.service - systemd_enable_service multi-user.target tpmd.service }