Not need access to /dev/smcinvoke for QTEE API
QWES QTEE API is applicable to all PLs after Lahaina.
No need to access /dev/smcinvoke which is used for qapi
Change-Id: I786de064263a5858d2df3b57b6b2d0d0ac73c9a6
CRs-Fixed: 3737007
diff --git a/qva/vendor/common/location_engine_service.te b/qva/vendor/common/location_engine_service.te
index e29f7ef..cc192bd 100644
--- a/qva/vendor/common/location_engine_service.te
+++ b/qva/vendor/common/location_engine_service.te
@@ -34,9 +34,6 @@
domain_auto_trans(vendor_location, vendor_location_engine_service_exec, vendor_location_engine_service)
allow vendor_location_engine_service vendor_location:fd use;
-# allows read/write file access in /dev/smcinvoke
-allow vendor_location_engine_service tee_device:chr_file rw_file_perms;
-
# allows file access in /data/vendor/location
allow vendor_location_engine_service vendor_location_data_file:dir create_dir_perms;
allow vendor_location_engine_service vendor_location_data_file:file create_file_perms;