mds: Update radio_vendor_data_file permission

Bug: 181174034
Change-Id: Ie22e19b179d41a97198c07cb922dd5c60f095ad4
This commit is contained in:
SalmaxChang 2021-03-24 11:56:03 +08:00 committed by Salmax Chang
parent c58780d645
commit 3a27f85dc8

View file

@ -18,8 +18,8 @@ userdebug_or_eng(`
allow modem_diagnostic_app vendor_fw_file:file r_file_perms;
allow modem_diagnostic_app radio_vendor_data_file:dir r_dir_perms;
allow modem_diagnostic_app radio_vendor_data_file:file r_file_perms;
allow modem_diagnostic_app radio_vendor_data_file:dir create_dir_perms;
allow modem_diagnostic_app radio_vendor_data_file:file create_file_perms;
allow modem_diagnostic_app mnt_vendor_file:dir r_dir_perms;
allow modem_diagnostic_app mnt_vendor_file:file r_file_perms;