From 090f3fbd1923ebed5e793709f9b17e40e287faf4 Mon Sep 17 00:00:00 2001 From: Yanjie Jiang Date: Sat, 18 Jan 2020 10:05:46 +0800 Subject: [PATCH] [ALPS04025575] ccci_fsd: add sepolicy [Detail] add sepolicy for vendor/etc/mdota MTK-Commit-Id: b9a34385d5ca164dc392f7b1fe675331eb91caad Change-Id: I0f2ac02bd5abc14b98d6f955323dd3289517f90e CR-Id:ALPS04025575 Feature: Modem Interface Driver --- non_plat/ccci_fsd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non_plat/ccci_fsd.te b/non_plat/ccci_fsd.te index 31e7bf3..76fca91 100644 --- a/non_plat/ccci_fsd.te +++ b/non_plat/ccci_fsd.te @@ -23,6 +23,8 @@ allow ccci_fsd nvdata_file:dir create_dir_perms; allow ccci_fsd nvdata_file:file create_file_perms; allow ccci_fsd nvram_device:chr_file rw_file_perms; allow ccci_fsd system_data_file:lnk_file read; +allow ccci_fsd vendor_configs_file:file r_file_perms; +allow ccci_fsd vendor_configs_file:dir r_dir_perms; #============= ccci_fsd device/path/data access============== allow ccci_fsd ccci_device:chr_file rw_file_perms;