| commit | e3148e3019f4eb0eeadac5ddceffc4d425b3570d | [log] [tgz] |
|---|---|---|
| author | Pierre Ducroquet <pinaraf@pinaraf.info> | Mon Jun 23 12:41:00 2025 +0200 |
| committer | Jerome Forissier <jerome@forissier.org> | Fri Jul 11 14:22:33 2025 +0200 |
| tree | a187f7d812ccfd7d46fc27752f52f12b6be54bcd | |
| parent | 84557a2ae821d32f6326a2434107d3c1d3126ae3 [diff] |
tee-supplicant: use renameat2() Simplify the rename operation by using the renameat2() call, removing the need to call fstat() first and removing possible race condition. This call is 'hidden' behind the GNU_SOURCE define. Signed-off-by: Pierre Ducroquet <pinaraf@pinaraf.info> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (vexpress-qemu_armv8a)
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