optee: change vmx-socket API from socket to ioctl [2/2]
authorLiqiang Jin <liqiang.jin@amlogic.com>
Thu, 14 Jan 2021 14:43:18 +0000 (22:43 +0800)
committerLiqiang Jin <liqiang.jin@amlogic.com>
Thu, 21 Jan 2021 12:32:48 +0000 (20:32 +0800)
commit18fb22042f3f484be4d21d3d317ae58bd66088b9
treeae15a8628f0b79a12ce15d2e7ec17b2ebe3ddd09
parentff8863c1accfc1b55565d92012262ec31302df27
optee: change vmx-socket API from socket to ioctl [2/2]

PD#SWPL-40058

Problem:
selinux blocks the socket

Solution:
change vmx-socket API from socket to ioctl

Verify:
Android Q + AH212(SC2)

Change-Id: If3dcc92b1a7dc50776406c2438e2dcdf213c397e
Signed-off-by: Liqiang Jin <liqiang.jin@amlogic.com>
Makefile
include/linux/tee.h
include/linux/tee_data_pipe.h [new file with mode: 0644]
tee_core.c
tee_data_pipe.c [new file with mode: 0644]