mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: sepolicy: Allow vendor_init to create files in /data/misc/radio
Change-Id: I537ef9612c1b7994510bc8e91e5c09953a56b384
This commit is contained in:
parent
7efa7c4142
commit
9b22aa359f
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue