[Detail] Vendor partition shouldnt access aosp defined property which is not in whitlist. So remove the related changes of labeled aosp property. This reverts commit 9d534a80d67e7457a1411b8b36249898ed4c6986. This reverts commit 901fb42d2e3856a139b90420922f558d7231ea7d. This reverts commit 41dc8fb567b409e149e59f4f514268ca5883c7ab. [Solution] Remove label of ro.sf.lcd_density. MTK-Commit-Id: 02cf063b8407a9d9242f064c86767200e9c0ac0a Change-Id: I02dcc2fa3fda95c498f0ef70d9aa6bd9224d3b02 CR-Id: ALPS03869840 Feature: [Module]SurfaceFlinger/HWComposer
21 lines
601 B
Plaintext
21 lines
601 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ============
|
|
|
|
# Date : WK16.46
|
|
# Purpose : allow shell to switch aee mode
|
|
allow shell aee_aed:unix_stream_socket connectto;
|
|
|
|
# Date : WK17.35
|
|
# Purpose : allow shell to dump the debugging information of camera hal.
|
|
allow shell hal_camera_hwservice:hwservice_manager { find };
|
|
binder_call(shell, mtk_hal_camera)
|
|
|
|
# Date : WK17.35
|
|
# Purpose : allow shell to set mtkcam property.
|
|
set_prop(shell, mtkcam_prop)
|
|
|
|
# Date : WK17.36
|
|
# Purpose : allow shell to dump the debugging information of power hal.
|
|
hal_client_domain(shell, hal_power)
|