Merge "[ALPS04660540] SIM:Allow factory to access AOSP property" into alps-trunk-q0.basic

Change-Id: I511f4e7784a59cf80981dbd267d6da432116e2b5
MTK-Commit-Id: cd4bbdfa715f8434c047396b33f655bedc2f1449
This commit is contained in:
lena wang 2020-01-18 10:16:08 +08:00 committed by Gerrit Code Review
commit f288849b4b

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:dir { write add_name remove_name search };
allow factory vendor_nfc_socket:sock_file { create write unlink setattr }; allow factory vendor_nfc_socket:sock_file { create write unlink setattr };
# Allow to get AOSP property
get_prop(factory, exported3_radio_prop);