Sepolicy for added SystemSuspend HAL to ANR list.

Change-Id: Ib7b647d07c5432ed4cdb674f3c9642cfcb5c9d79
Bug: 135458700
Fixes: 135458700
Test: Trigger ANR dump (adb shell am hang).
grep through logcat for sepolicy denials.
This commit is contained in:
Kalesh Singh 2019-06-27 19:37:42 -07:00
parent 9cc85328ea
commit 113d10baaa
2 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,7 @@ allow system_server {
hal_power_stats_server
hal_sensors_server
hal_vr_server
system_suspend_server
}:process { signal };
# Use sockets received over binder from various services.

View File

@ -89,6 +89,7 @@ allow dumpstate {
hal_sensors_server
hal_thermal_server
hal_vr_server
system_suspend_server
}:process signal;
# Connect to tombstoned to intercept dumps.