allow RILD to access modem status property
Bug: 314133117 Test: set telephony.ril.modem_bin_status and restart modem Change-Id: Ibe3a9d6f2a5c6bcd596797131e6bbe90a4f2341a
This commit is contained in:
parent
b429bebad7
commit
b861f8ec0f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ get_prop(rild, sota_prop)
|
||||||
get_prop(rild, system_boot_reason_prop)
|
get_prop(rild, system_boot_reason_prop)
|
||||||
|
|
||||||
set_prop(rild, telephony_ril_prop)
|
set_prop(rild, telephony_ril_prop)
|
||||||
set_prop(radio, telephony_modemtype_prop)
|
set_prop(rild, telephony_modemtype_prop)
|
||||||
|
|
||||||
allow rild proc_net:file rw_file_perms;
|
allow rild proc_net:file rw_file_perms;
|
||||||
allow rild radio_vendor_data_file:dir create_dir_perms;
|
allow rild radio_vendor_data_file:dir create_dir_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue