Merge "[ALPS04714586] Allow factory to access AOSP property" into alps-trunk-q0.basic
Change-Id: I114bdf787c5f78279a3886ba0b68a7dac92e3758 MTK-Commit-Id: 97721d5dd9e14795782a72623be3778467c5f3c1
This commit is contained in:
commit
3e9bfe06e1
@ -383,9 +383,6 @@ allow factory mtk_audiohal_data_file:file { write create unlink r_file_perms };
|
||||
# Purpose : Allow factory to open /proc/version
|
||||
allow factory proc_version:file {read open getattr};
|
||||
|
||||
# Allow to use persist.radio.multisim.config
|
||||
allow factory exported3_radio_prop:file { read open getattr };
|
||||
|
||||
# Purpose : adsp
|
||||
allow factory adsp_device:chr_file rw_file_perms;
|
||||
|
||||
@ -393,6 +390,6 @@ allow factory adsp_device:chr_file rw_file_perms;
|
||||
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);
|
||||
# Allow to get AOSP property persist.radio.multisim.config
|
||||
get_prop(factory, exported3_radio_prop)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user