a006484f22
blank_screen can not find and use the lights HAL if it cannot use the servicemanager. This broke turning off the display during shutdown. Test: adb root; adb shell setenforce 0; adb shell setprop ctl.start blank_screen Test: adb logcat -b all | grep 'denied' Fix: 151363454 Merged-In: I6aff1cb71f805637abc79493ba2574143c5cf7cf Change-Id: I6aff1cb71f805637abc79493ba2574143c5cf7cf
7 lines
231 B
Text
7 lines
231 B
Text
type blank_screen, domain, coredomain;
|
|
type blank_screen_exec, exec_type, file_type, system_file_type;
|
|
|
|
init_daemon_domain(blank_screen)
|
|
|
|
# hal_light_client has access to hal_light_server
|
|
hal_client_domain(blank_screen, hal_light)
|