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 load firmware files
Change-Id: Ic687c9bdc58023b0745fedd23b99811cdb87a325
This commit is contained in:
parent
7aa66e91ba
commit
7efa7c4142
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ allow vendor_init {
|
|||
wifi_data_file
|
||||
wpa_socket
|
||||
}:dir { create search getattr open read setattr ioctl write add_name remove_name rmdir relabelfrom };
|
||||
|
||||
allow vendor_init firmware_file:dir search;
|
||||
allow vendor_init firmware_file:file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue