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:
yixuanjiang 2021-05-19 08:10:35 +00:00 committed by Automerger Merge Worker
commit 826c703c8c

View file

@ -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)