summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-client/tee-udev.rules
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2025-03-26 06:59:25 -0700
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-03-31 17:06:06 -0300
commitc611cefd8038dce0c7e1e4ecfb0ce5bebff2d809 (patch)
tree24ddaca1aecd76540860673a5c130926af0de444 /recipes-security/optee-imx/optee-client/tee-udev.rules
parent13b8d981e7e41acb5ba383e600680ace25ed6d88 (diff)
downloadmeta-freescale-c611cefd8038dce0c7e1e4ecfb0ce5bebff2d809.tar.gz
optee-imx: Upgrade 4.2.0.imx -> 4.4.0.imx
Copy latest support from NXP BSP LF6.6.52_2.2.0. Note that clang is disabled in optee-os-fslc.inc, which is copied from meta-arm optee-os.inc. Fixes: Issue 2048 - Upgrade BSP to LF6.6.52_2.2.0 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-security/optee-imx/optee-client/tee-udev.rules')
-rw-r--r--recipes-security/optee-imx/optee-client/tee-udev.rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-security/optee-imx/optee-client/tee-udev.rules b/recipes-security/optee-imx/optee-client/tee-udev.rules
new file mode 100644
index 00000000..43fafd8c
--- /dev/null
+++ b/recipes-security/optee-imx/optee-client/tee-udev.rules
@@ -0,0 +1,7 @@
1# tee devices can only be accessed by the teeclnt group members
2KERNEL=="tee[0-9]*", TAG+="systemd", MODE="0660", GROUP="teeclnt"
3
4# If a /dev/teepriv[0-9]* device is detected, start an instance of
5# tee-supplicant.service with the device name as parameter
6KERNEL=="teepriv[0-9]*", MODE="0660", OWNER="root", GROUP="tee", \
7 TAG+="systemd", ENV{SYSTEMD_WANTS}+="tee-supplicant@%k.service"