[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
This commit is contained in:
Yanjie Jiang 2020-01-18 10:05:46 +08:00 committed by Zhen Jiang
parent 26163d7263
commit 090f3fbd19

View File

@ -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 nvdata_file:file create_file_perms;
allow ccci_fsd nvram_device:chr_file rw_file_perms; allow ccci_fsd nvram_device:chr_file rw_file_perms;
allow ccci_fsd system_data_file:lnk_file read; 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============== #============= ccci_fsd device/path/data access==============
allow ccci_fsd ccci_device:chr_file rw_file_perms; allow ccci_fsd ccci_device:chr_file rw_file_perms;