commit | c0b5eed110dcf520aadafefbcc40658cbdd18b95 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Sat Feb 13 11:51:23 2016 +0200 |
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Sat Feb 20 09:58:21 2016 +0200 |
tree | 8015494d553b98e52d3ceacaae21b50de5e813a8 | |
parent | 8e0ee3c9faed7ca68807ea45141775856c438ac0 [diff] |
tpm: fix: set continueSession attribute for the unseal operation It's better to set the continueSession attribute for the unseal operation so that the session object is not removed as a side-effect when the operation is successful. Since a user process created the session, it should be also decide when the session is destroyed. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Fixes: 5beb0c435b ("keys, trusted: seal with a TPM2 authorization policy")