[ALPS04660540] SIM:Allow factory to access AOSP property

Add SELINUX permission to allow factory to access AOSP property

MTK-Commit-Id: c97b48cc3d6e3975d417fad03a5f0db5d0d84f99

Change-Id: Ib01f0792bfb4110aff7cba60d0ee7ddf6de6b391
CR-Id: ALPS04660540
Feature: SIM
This commit is contained in:
Jibin Zhang 2020-01-18 10:16:06 +08:00
parent 107835458d
commit bf2e48d678

View File

@ -389,3 +389,6 @@ allow factory exported3_radio_prop:file { read open getattr };
allow factory vendor_nfc_socket:dir { write add_name remove_name search };
allow factory vendor_nfc_socket:sock_file { create write unlink setattr };
# Allow to get AOSP property
get_prop(factory, exported3_radio_prop);