You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1011 B
32 lines
1011 B
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
# SEPolicy Split
|
|
|
|
allow platform_app system_app_service:service_manager find;
|
|
|
|
# Date : WK17.29
|
|
# Stage: O Migration, SQC
|
|
# Purpose: Allow to use selinux for hal_power
|
|
hal_client_domain(platform_app, hal_power)
|
|
|
|
# Date: 2018/06/08
|
|
# Operation : Migration
|
|
# Purpose : MTKLogger need get netlog/mdlog/mobilelog property for property change
|
|
# Package: com.mediatek.mtklogger
|
|
get_prop(platform_app, system_mtk_debug_mdlogger_prop)
|
|
get_prop(platform_app, system_mtk_debug_mtklog_prop)
|
|
get_prop(platform_app, system_mtk_vendor_bluetooth_prop)
|
|
get_prop(platform_app, system_mtk_mobile_log_prop)
|
|
|
|
get_prop(platform_app, system_mtk_connsysfw_prop)
|
|
|
|
|
|
# Date: 2019/07/18
|
|
# Operation : Migration
|
|
# Purpose : DebugLoggerUI access data/debuglogger/ folder
|
|
# Package: com.debug.loggerui
|
|
allow platform_app debuglog_data_file:dir create_dir_perms;
|
|
allow platform_app debuglog_data_file:file create_file_perms;
|