| tag | dfda6c4acf3f24a6a0696cfabfec10637a8d28af | |
|---|---|---|
| tagger | Jens Wiklander <jens.wiklander@linaro.org> | Mon Dec 29 13:40:41 2025 +0100 |
| object | d6c3b39db151dae1ee1f056d4f04057e56f0e0d9 |
4.9.0-rc1
| commit | d6c3b39db151dae1ee1f056d4f04057e56f0e0d9 | [log] [tgz] |
|---|---|---|
| author | Marco Felsch <m.felsch@pengutronix.de> | Sat Nov 08 02:21:18 2025 +0100 |
| committer | Jerome Forissier <jerome@forissier.org> | Mon Dec 15 15:54:20 2025 +0100 |
| tree | f6c123531820f434e12a1a07721f29f988487b06 | |
| parent | 943d1f2936ba236a0f856b5c6964dbac24f1bb59 [diff] |
tee-supplicant: add missing rule for the mmcblk[0-9]rpmb group Fix rootless tee-supplicant handling for RPMB use-case. The RPMB communcation fails badly if the in-kernel RPMB handling was not enabled and the rootless tee-supplicant is used because the default group for the /dev/mmcblk[0-9]rpmb is 'root'. Set the group to same group used for /dev/teepriv[0-9] to fix this and to allow rootless tee-supplicant usage with legacy user-space RPMB handling. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
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