msm8976-common: sepolicy: Allow vendor_init to create files in /data/misc/radio

Change-Id: I537ef9612c1b7994510bc8e91e5c09953a56b384
This commit is contained in:
LuK1337 2019-01-17 18:35:34 +01:00
parent 7efa7c4142
commit 9b22aa359f
1 changed files with 3 additions and 0 deletions

View File

@ -7,5 +7,8 @@ allow vendor_init {
wpa_socket
}:dir { create search getattr open read setattr ioctl write add_name remove_name rmdir relabelfrom };
allow vendor_init radio_data_file:dir search;
allow vendor_init radio_data_file:file create_file_perms;
allow vendor_init firmware_file:dir search;
allow vendor_init firmware_file:file r_file_perms;