Merge "[ALPS03869840] P migration: Remove label aosp prop" into alps-trunk-p0.basic
Change-Id: I1ddf6448644d16bb3b6af3904a3a0e083de58335 MTK-Commit-Id: 252f87ac42bc933aa35c0c2bf3d6e894026973a1
This commit is contained in:
commit
664c95ece8
@ -42,7 +42,5 @@ binder_call(hal_graphics_composer_default, mtk_hal_power)
|
|||||||
# Date : WK17.32
|
# Date : WK17.32
|
||||||
# Operation : O Migration
|
# Operation : O Migration
|
||||||
# Purpose: Allow to access property
|
# Purpose: Allow to access property
|
||||||
set_prop(hal_graphics_composer_default, graphics_config_prop)
|
|
||||||
get_prop(hal_graphics_composer_default, graphics_config_prop)
|
|
||||||
set_prop(hal_graphics_composer_default, graphics_hwc_pid_prop)
|
set_prop(hal_graphics_composer_default, graphics_hwc_pid_prop)
|
||||||
get_prop(hal_graphics_composer_default, graphics_hwc_pid_prop)
|
get_prop(hal_graphics_composer_default, graphics_hwc_pid_prop)
|
||||||
|
@ -154,7 +154,6 @@ type mtk_telephony_sensitive_prop, property_type;
|
|||||||
type mtk_thermal_config_prop, property_type;
|
type mtk_thermal_config_prop, property_type;
|
||||||
|
|
||||||
#=============allow composer set property ============================
|
#=============allow composer set property ============================
|
||||||
type graphics_config_prop, property_type;
|
|
||||||
type graphics_hwc_pid_prop, property_type;
|
type graphics_hwc_pid_prop, property_type;
|
||||||
|
|
||||||
#============= mtkcam property ============================
|
#============= mtkcam property ============================
|
||||||
|
@ -161,7 +161,6 @@ ro.mtk_md_mims_support u:object_r:mtk_telephony_sensitive_prop:s0
|
|||||||
thermal.manager.data u:object_r:mtk_thermal_config_prop:s0
|
thermal.manager.data u:object_r:mtk_thermal_config_prop:s0
|
||||||
|
|
||||||
#=============allow composer set property ============================
|
#=============allow composer set property ============================
|
||||||
ro.sf.lcd_density u:object_r:graphics_config_prop:s0
|
|
||||||
debug.sf.hwc_pid u:object_r:graphics_hwc_pid_prop:s0
|
debug.sf.hwc_pid u:object_r:graphics_hwc_pid_prop:s0
|
||||||
|
|
||||||
#============= mtkcam property ============================
|
#============= mtkcam property ============================
|
||||||
|
@ -6,10 +6,6 @@
|
|||||||
# Purpose : allow shell to switch aee mode
|
# Purpose : allow shell to switch aee mode
|
||||||
allow shell aee_aed:unix_stream_socket connectto;
|
allow shell aee_aed:unix_stream_socket connectto;
|
||||||
|
|
||||||
# Date : WK17.34
|
|
||||||
# Purpose : allow shell to get density property
|
|
||||||
get_prop(shell, graphics_config_prop)
|
|
||||||
|
|
||||||
# Date : WK17.35
|
# Date : WK17.35
|
||||||
# Purpose : allow shell to dump the debugging information of camera hal.
|
# Purpose : allow shell to dump the debugging information of camera hal.
|
||||||
allow shell hal_camera_hwservice:hwservice_manager { find };
|
allow shell hal_camera_hwservice:hwservice_manager { find };
|
||||||
|
@ -36,11 +36,6 @@ allow surfaceflinger debugfs_ion:dir search;
|
|||||||
# Purpose: Allow to access cmdq driver
|
# Purpose: Allow to access cmdq driver
|
||||||
allow surfaceflinger mtk_cmdq_device:chr_file { read ioctl open };
|
allow surfaceflinger mtk_cmdq_device:chr_file { read ioctl open };
|
||||||
|
|
||||||
# Date : WK17.32
|
|
||||||
# Operation : O Migration
|
|
||||||
# Purpose: Allow to access property
|
|
||||||
get_prop(surfaceflinger, graphics_config_prop)
|
|
||||||
|
|
||||||
# Date : W17.39
|
# Date : W17.39
|
||||||
# Perform Binder IPC.
|
# Perform Binder IPC.
|
||||||
binder_use(surfaceflinger)
|
binder_use(surfaceflinger)
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
# ==============================================
|
|
||||||
# MTK Policy Rule
|
|
||||||
# ==============================================
|
|
||||||
|
|
||||||
# Date : 2017/08/10
|
|
||||||
# Purpose : Allow to access density property
|
|
||||||
get_prop(untrusted_app_all, graphics_config_prop)
|
|
@ -10,8 +10,3 @@ allow zygote proc_ged:file {open read write ioctl getattr};
|
|||||||
# Purpose: Allow to access gpu for memtrack functions
|
# Purpose: Allow to access gpu for memtrack functions
|
||||||
allow zygote gpu_device:dir search;
|
allow zygote gpu_device:dir search;
|
||||||
allow zygote gpu_device:chr_file { open read write ioctl getattr};
|
allow zygote gpu_device:chr_file { open read write ioctl getattr};
|
||||||
|
|
||||||
# Date : WK17.32
|
|
||||||
# Operation : O Migration
|
|
||||||
# Purpose: Allow to access property
|
|
||||||
get_prop(zygote, graphics_config_prop)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user