linaro-swg / linux

Linux kernel source tree
Other
41 stars 79 forks source link

tee: indicate privileged dev in gen_caps #37

Closed jenswi-linaro closed 7 years ago

jenswi-linaro commented 7 years ago

Mirrors the TEE_DESC_PRIVILEGED bit of struct tee_desc:flags into struct tee_ioctl_version_data:gen_caps as TEE_GEN_CAP_PRIVILEGED in tee_ioctl_version()

Signed-off-by: Jens Wiklander jens.wiklander@linaro.org

Addressing https://github.com/OP-TEE/optee_os/issues/1199

jforissier commented 7 years ago

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>

jenswi-linaro commented 7 years ago

Tag applied