tee: add support for session's client UUID generation
authorVesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
Thu, 30 Apr 2020 12:37:09 +0000 (15:37 +0300)
committerJens Wiklander <jens.wiklander@linaro.org>
Mon, 11 May 2020 12:11:26 +0000 (14:11 +0200)
commite33bcbab16d1c0dd85d72bec275308369ad901f5
tree1dd62de011aafe451df09d29bdf11bf1ddb68cd8
parentae83d0b416db002fe95601e7f97f64b59514d936
tee: add support for session's client UUID generation

TEE Client API defines that from user space only information needed for
specified login operations is group identifier for group based logins.

REE kernel is expected to formulate trustworthy client UUID and pass that
to TEE environment. REE kernel is required to verify that provided group
identifier for group based logins matches calling processes group
memberships.

TEE specification only defines that the information passed from REE
environment to TEE environment is encoded into on UUID.

In order to guarantee trustworthiness of client UUID user space is not
allowed to freely pass client UUID.

UUIDv5 form is used encode variable amount of information needed for
different login types.

Signed-off-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
[jw: remove unused variable application_id]
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
drivers/tee/Kconfig
drivers/tee/tee_core.c
include/linux/tee_drv.h