Add sepolicy for aocdump to access wlan_logs folder am: 494ac0cfe3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14636311 Change-Id: Iefe2f8ef7f6cda5896da75634a3eaa9560be44ff
This commit is contained in:
commit
826c703c8c
1 changed files with 2 additions and 0 deletions
2
whitechapel/vendor/google/aocdump.te
vendored
2
whitechapel/vendor/google/aocdump.te
vendored
|
@ -8,6 +8,8 @@ userdebug_or_eng(`
|
|||
|
||||
allow aocdump radio_vendor_data_file:dir rw_dir_perms;
|
||||
allow aocdump radio_vendor_data_file:file create_file_perms;
|
||||
allow aocdump wifi_logging_data_file:dir create_dir_perms;
|
||||
allow aocdump wifi_logging_data_file:file create_file_perms;
|
||||
set_prop(aocdump, vendor_audio_prop);
|
||||
r_dir_file(aocdump, proc_asound)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue