[ALPS04027460] Add selinux permission

create mdlog folder in data for meta mode

MTK-Commit-Id: 0996cc7cf243909b06862c32f11b43194f20ca0c

Change-Id: I4e0f5aaab5cf5b363a0214b5ea8ce6e994dec69f
CR-Id: ALPS04027460
Feature: Modem Log Tool
This commit is contained in:
bo.shang 2020-01-18 10:05:34 +08:00 committed by Bo Shang
parent e70ad0b767
commit 84b0b8448d

View File

@ -19,4 +19,9 @@ dontaudit vold proc_mtkcooler:dir { read open };
dontaudit vold proc_mtktz:dir { read open }; dontaudit vold proc_mtktz:dir { read open };
dontaudit vold proc_thermal:dir { read open }; dontaudit vold proc_thermal:dir { read open };
# Date : WK18.30
# Operation : Migration
# Purpose : vold create mdlog folder in data for meta mode.
allow vold mdlog_data_file:dir { create_dir_perms };
allow vold mtd_device:blk_file rw_file_perms; allow vold mtd_device:blk_file rw_file_perms;