2020-01-18 09:29:32 +08:00
|
|
|
# ==============================================
|
|
|
|
# MTK Policy Rule
|
|
|
|
# ==============================================
|
|
|
|
|
|
|
|
# SEPolicy Split
|
|
|
|
|
|
|
|
allow platform_app system_app_service:service_manager find;
|
|
|
|
allow platform_app init:unix_stream_socket connectto;
|
|
|
|
|
|
|
|
# Date : WK17.29
|
|
|
|
# Stage: O Migration, SQC
|
|
|
|
# Purpose: Allow to use selinux for hal_power
|
|
|
|
hal_client_domain(platform_app, hal_power)
|
2020-01-18 10:18:50 +08:00
|
|
|
|
|
|
|
# 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;
|