Merge "[ALPS04660543] MDM HIDL change feature" into alps-trunk-q0.basic

Change-Id: I847f1900c968e9eefd45ae1a638b3a3d1e3a7f63
MTK-Commit-Id: 1d9837ff0d879163eb98109e274db29a016c716f
This commit is contained in:
Yongmao Xie 2020-01-18 10:15:22 +08:00 committed by Gerrit Code Review
commit 6d785caf19
3 changed files with 0 additions and 47 deletions

View File

@ -1,33 +0,0 @@
# ==============================================
# Policy File of /system/bin/md_monitor Executable File
# ==============================================
# Type Declaration
# ==============================================
typeattribute md_monitor coredomain;
typeattribute md_monitor mlstrustedsubject;
# ==============================================
# MTK Policy Rule
# ==============================================
# Date : 2015/10/12
# Operation : IT
# Purpose : Allow md_monitor to set
allow md_monitor ccci_device:chr_file rw_file_perms;
allow md_monitor sysfs_ccci:dir search;
allow md_monitor sysfs_ccci:file r_file_perms;
allow md_monitor file_contexts_file:file r_file_perms;
#allow md_monitor sysfs:file r_file_perms;
# Date : 2017/10/16
# Operation : IT
# Purpose : Allow md_monitor to use restore_image_from_pt()
allow md_monitor block_device:dir search;
allow md_monitor md_block_device:blk_file r_file_perms;
allow md_monitor self:capability { chown };
allow md_monitor storage_file:dir search;
allow md_monitor tmpfs:lnk_file read;

View File

@ -28,7 +28,6 @@ allow system_app mtk_thermal_config_prop:file { getattr open read };
# Package: CAT tool # Package: CAT tool
allow system_app aee_exp_data_file:file r_file_perms; allow system_app aee_exp_data_file:file r_file_perms;
allow system_app aee_exp_data_file:dir r_dir_perms; allow system_app aee_exp_data_file:dir r_dir_perms;
allow system_app md_monitor:unix_stream_socket connectto;
# Date: 2018/11/08 # Date: 2018/11/08
# Operation : JPEG # Operation : JPEG

View File

@ -1,13 +0,0 @@
# ==============================================
# Policy File of /system/bin/md_monitor Executable File
# ==============================================
# Type Declaration
# ==============================================
type md_monitor ,domain;
# ==============================================
# MTK Policy Rule
# ==============================================