meta-freescale/recipes-security/optee-imx/optee-client/optee-udev.rules
Zelan Zou a31dd5803b optee-client: Upgrade 4.4.0.imx -> 4.6.0.imx
Update from LF6.12.20-2.0.0
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
2025-09-01 14:24:13 +08:00

7 lines
346 B
Plaintext

KERNEL=="tee[0-9]*", MODE="0660", OWNER="root", GROUP="teeclnt", TAG+="systemd"
# If a /dev/teepriv[0-9]* device is detected, start an instance of
# tee-supplicant.service with the device name as parameter
KERNEL=="teepriv[0-9]*", MODE="0660", OWNER="root", GROUP="teeclnt", \
TAG+="systemd", ENV{SYSTEMD_WANTS}+="tee-supplicant@%k.service"