Add sepolicy for aocdump to access wlan_logs folder
Add related sepolicies on aoc dump when pixel logger using wlan config Bug: 188411088 Signed-off-by: yixuanjiang <yixuanjiang@google.com> Change-Id: I7a786f25b9094cc9ebeef79e4aff5522bde17d19
This commit is contained in:
parent
c57a3fc989
commit
494ac0cfe3
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:dir rw_dir_perms;
|
||||||
allow aocdump radio_vendor_data_file:file create_file_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);
|
set_prop(aocdump, vendor_audio_prop);
|
||||||
r_dir_file(aocdump, proc_asound)
|
r_dir_file(aocdump, proc_asound)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue