mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
be able to dump wifi info
Bug: 208721677 Bug: 208909124 Test: do adb bugreport with no relevant error log Change-Id: I3d0c257a20cfd6da6572cd01e76416dfa56c3c23
This commit is contained in:
@@ -26,9 +26,6 @@ dontaudit hal_dumpstate_default sysfs_thermal:dir { read };
|
||||
dontaudit hal_dumpstate_default sysfs_thermal:dir { search };
|
||||
dontaudit hal_dumpstate_default sysfs_thermal:file { open };
|
||||
dontaudit hal_dumpstate_default sysfs_thermal:file { read };
|
||||
dontaudit hal_dumpstate_default sysfs_wifi:dir { search };
|
||||
dontaudit hal_dumpstate_default sysfs_wifi:file { open };
|
||||
dontaudit hal_dumpstate_default sysfs_wifi:file { read };
|
||||
dontaudit hal_dumpstate_default sysfs_wlc:dir { search };
|
||||
dontaudit hal_dumpstate_default sysfs_wlc:file { open read };
|
||||
dontaudit hal_dumpstate_default vendor_battery_debugfs:dir { open read };
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
allow hal_dumpstate_default sysfs_wifi:dir r_dir_perms;
|
||||
allow hal_dumpstate_default sysfs_wifi:file r_file_perms;
|
||||
|
||||
allow hal_dumpstate_default sysfs_batteryinfo:dir r_dir_perms;
|
||||
allow hal_dumpstate_default sysfs_batteryinfo:file r_file_perms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user