| commit | cb3842cb92255989a402c032797be999eebb9158 | [log] [tgz] |
|---|---|---|
| author | Joakim Nordell <joakim.nordell@axis.com> | Fri Oct 21 13:27:33 2022 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Mon Oct 31 09:53:34 2022 +0100 |
| tree | 5ccfcac6d7cd7615cd558bda2c71472f4b6e7c52 | |
| parent | 52fca902d7c31a1070ee46d8f674840fdadfdfeb [diff] |
tee-supplicant: Synchronize file operations for secure storage In order to properly synchronize data and meta-data for secure storage, fsync() must be performed on the containing directory after mkdir() and rename() operations. This may be especially of interest in a production environment where power may be cut as soon as all the security parameters are saved. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Joakim Nordell <joakim.nordell@axis.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers