tee-supplicant: add priority prefix for udev rule

The manpage of udev states that "All rule files are read in lexical
order." This coincides with the established convention of assigning a
two-digit priority prefix in front of the respective rule file name.

In case of "optee-udev.rules", we are currently missing that prefix.
When looking for context, it seems suitable to choose a priority in the
realm of the already existing "60-tpm-udev.rules", since that serves a
similar purpose like the rule for optee-client.

This commit hence changes the installed rule file name to
"60-optee-udev.rules", with "60-" being a configurable default value.

Signed-off-by: Holger Assmann <h.assmann@pengutronix.de>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: 3213ffff57a0ca8696d1d0a96ecc4c34bd93140a
  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