From ba675f90bd019a169bc93fe2b34996fbbcb9e75b Mon Sep 17 00:00:00 2001 From: swintegrator Date: Sat, 18 Jan 2020 10:21:59 +0800 Subject: [PATCH] [ALPS04879324] SELinux sepolicy for TEEI OS communication Adjustment Because teei_client_device and mobicore_user_device belong to BSP project, we need to move SELinux sepolicy from BASIC to BSP project as well. MTK-Commit-Id: f33102728ebc2c0969605800d73558741c3f0732 Change-Id: Ib9f8a68bde615593d971220655edb3bb9e83e3af CR-Id: ALPS04879324 Feature: Secure Facial Recognition - 2D Sensor --- non_plat/hal_graphics_allocator_default.te | 4 ---- 1 file changed, 4 deletions(-) diff --git a/non_plat/hal_graphics_allocator_default.te b/non_plat/hal_graphics_allocator_default.te index 2aaead1..6265330 100644 --- a/non_plat/hal_graphics_allocator_default.te +++ b/non_plat/hal_graphics_allocator_default.te @@ -20,7 +20,3 @@ allow hal_graphics_allocator_default debugfs_tracing:file open; #============= hal_graphics_allocator_default ============== allow hal_graphics_allocator_default proc_ged:file r_file_perms; allowxperm hal_graphics_allocator_default proc_ged:file ioctl { proc_ged_ioctls }; - -#============= hal_graphics_allocator_default ============== -allow hal_graphics_allocator_default teei_client_device:chr_file rw_file_perms; -allow hal_graphics_allocator_default mobicore_user_device:chr_file rw_file_perms;