4.9.0-rc1
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>
1 file changed
tree: f6c123531820f434e12a1a07721f29f988487b06
  1. .devcontainer/
  2. .github/
  3. .vscode/
  4. ci/
  5. libckteec/
  6. libseteec/
  7. libteeacl/
  8. libteec/
  9. scripts/
  10. tee-supplicant/
  11. .gitattributes
  12. .gitignore
  13. Android.bp
  14. CMakeLists.txt
  15. CMakeToolchain.txt
  16. config.mk
  17. flags.mk
  18. LICENSE
  19. Makefile
  20. optee_client.device.mk
  21. README.md
  22. typedefs.checkpatch
README.md

OP-TEE Client API

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