All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Ohly <patrick.ohly@intel.com>
To: yocto@yoctoproject.org
Subject: [meta-security][PATCH 7/8] swtpm: cuse packageconfig
Date: Tue, 31 Jan 2017 08:48:06 +0100	[thread overview]
Message-ID: <bc68d94f51b6c9e75ebf29e0b23af57763e88d8a.1485848669.git-series.patrick.ohly@intel.com> (raw)
In-Reply-To: <cover.42397547dfc6733226cafa5b4b6bbe50956b78cf.1485848669.git-series.patrick.ohly@intel.com>

The CUSE support in swtpm does not depend on selinux. It is needed
for simulating a virtual TPM, one of the use cases for swtpm-native, so
enable it by default.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
---
 recipes-tpm/swtpm/swtpm_1.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-tpm/swtpm/swtpm_1.0.bb b/recipes-tpm/swtpm/swtpm_1.0.bb
index 5283f5d..0733adc 100644
--- a/recipes-tpm/swtpm/swtpm_1.0.bb
+++ b/recipes-tpm/swtpm/swtpm_1.0.bb
@@ -25,12 +25,12 @@ PARALLEL_MAKE = ""
 TSS_USER="tss"
 TSS_GROUP="tss"
 
-PACKAGECONFIG ?= "openssl"
+PACKAGECONFIG ?= "openssl cuse"
 PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
 PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
 PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls"
 PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux"
-PACKAGECONFIG[cuse] = "--with-cuse, --without-cuse, libselinux"
+PACKAGECONFIG[cuse] = "--with-cuse, --without-cuse"
 
 EXTRA_OECONF += "--with-tss-user=${TSS_USER} --with-tss-group=${TSS_GROUP}"
 
-- 
git-series 0.9.1


  parent reply	other threads:[~2017-01-31  7:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31  7:47 [meta-security][PATCH 0/8] tpm: virtual TPM for qemu Patrick Ohly
2017-01-31  7:48 ` [meta-security][PATCH 1/8] trousers: missing libtspi.so.1 in libtspi package Patrick Ohly
2017-01-31  7:48 ` [meta-security][PATCH 2/8] trousers: recommend tcsd Patrick Ohly
2017-01-31  7:48 ` [meta-security][PATCH 3/8] trousers: tcsd.conf must be owned tss:tss Patrick Ohly
2017-01-31  7:48 ` [meta-security][PATCH 4/8] swtpm: enable native and nativesdk flavors Patrick Ohly
2017-01-31  7:48 ` [meta-security][PATCH 5/8] swtpm: depends on tpm-tools Patrick Ohly
2017-01-31  7:48 ` [meta-security][PATCH 6/8] swtpm: fix compiler format warning Patrick Ohly
2017-01-31  7:48 ` Patrick Ohly [this message]
2017-01-31  7:48 ` [meta-security][PATCH 8/8] swtpm-wrappers: simplify using swtpm-native Patrick Ohly
2017-02-01 16:39 ` [meta-security][PATCH 0/8] tpm: virtual TPM for qemu akuster808

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bc68d94f51b6c9e75ebf29e0b23af57763e88d8a.1485848669.git-series.patrick.ohly@intel.com \
    --to=patrick.ohly@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.