diff options
author | Philip Tricca <flihp@twobit.org> | 2019-12-06 10:13:48 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-12-07 15:31:42 -0800 |
commit | 4029f92ac8b987a5179e081055ad78bd6611bc48 (patch) | |
tree | 284d0142f0033e9e11d075dafd50002741b4c43b | |
parent | 6d059a9d34167539b66662d1d82f8038a5ddfae7 (diff) | |
download | meta-security-master.tar.gz meta-security-master.tar.bz2 meta-security-master.zip |
These have changed upstream.
Signed-off-by: Philip Tricca <flihp@twobit.org>
Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd.default b/meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd.default index 987978a..b4b3c20 100644 --- a/meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd.default +++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd.default @@ -1 +1 @@ -DAEMON_OPTS="--tcti=device --logger=syslog --max-connections=20 --max-transient-objects=20 --fail-on-loaded-trans" +DAEMON_OPTS="--tcti=device --logger=syslog --max-connections=20 --max-transients=20 --flush-all" |