| commit | 1fc38c669fc2e2bd76b34000e16bc36fd0915062 | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Fri Dec 04 15:35:02 2020 +0200 |
| committer | Jerome Forissier <jerome.forissier@linaro.org> | Thu Sep 29 14:56:33 2022 +0200 |
| tree | c167ca12cc2ad19512ba619e6341e2c706926d4d | |
| parent | 15605824fd823cdf257c88ed3c94e8381fe552a4 [diff] |
libteeacl: Add function to resolve name to gid_t It's very common to specify groups by name so a helper function may be useful. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
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