mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
be able to dump thermal
Bug: 208721677 Bug: 208909124 Test: do adb bugreport with no relevant error log Change-Id: I6f8e2ce3b64220efba4172ef6fe05cc3fdbb6cf3
This commit is contained in:
@@ -21,11 +21,6 @@ dontaudit hal_dumpstate_default sysfs_exynos_bts_stats:file { open };
|
||||
dontaudit hal_dumpstate_default sysfs_exynos_bts_stats:file { read };
|
||||
dontaudit hal_dumpstate_default sysfs:file { open };
|
||||
dontaudit hal_dumpstate_default sysfs:file { read };
|
||||
dontaudit hal_dumpstate_default sysfs_thermal:dir { open };
|
||||
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_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_thermal:dir r_dir_perms;
|
||||
allow hal_dumpstate_default sysfs_thermal:file r_file_perms;
|
||||
|
||||
allow hal_dumpstate_default sysfs_wifi:dir r_dir_perms;
|
||||
allow hal_dumpstate_default sysfs_wifi:file r_file_perms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user