[Solution] Add se-linux permission for delete & taglog MTK-Commit-Id: e6e9a17da095f4f4e9d7c2c62eb5aa32b65a7bd9 Change-Id: I2c9d255ec0a8629dfb9f9b57cdc0ea8a25c8d852 CR-Id: ALPS04742139 Feature: MTKLogger (cherry picked from commit a0eb93aae4b3fef928490e78dad057a1a315593a)
21 lines
637 B
Plaintext
21 lines
637 B
Plaintext
# ==============================================
|
|
# 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)
|
|
|
|
# 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;
|