diff options
| author | swintegrator <swintegrator@mediatek.com> | 2019-11-12 16:59:13 +0800 |
|---|---|---|
| committer | Yicheng Chen <yicheng.chen@mediatek.com> | 2019-11-12 16:59:13 +0800 |
| commit | f33102728ebc2c0969605800d73558741c3f0732 (patch) | |
| tree | a9d59f3ab1287f87ef77d6d6aed59ec8045d01ef | |
| parent | 2dcda2ed6418dc8c60f0e696e31fde0642b53554 (diff) | |
| download | device_mediatek_wembley-sepolicy-f33102728ebc2c0969605800d73558741c3f0732.tar.gz device_mediatek_wembley-sepolicy-f33102728ebc2c0969605800d73558741c3f0732.tar.bz2 device_mediatek_wembley-sepolicy-f33102728ebc2c0969605800d73558741c3f0732.zip | |
[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.
Change-Id: Ib9f8a68bde615593d971220655edb3bb9e83e3af
CR-Id: ALPS04879324
Feature: Secure Facial Recognition - 2D Sensor
| -rw-r--r-- | non_plat/hal_graphics_allocator_default.te | 4 |
1 files changed, 0 insertions, 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; |
