e58b2d4cae
blank_screen can not find and use the lights HAL if it cannot use the servicemanager. This broke turning off the display during shutdown. Change-Id: I6aff1cb71f805637abc79493ba2574143c5cf7cf Test: adb root; adb shell setenforce 1; adb shell setprop ctl.start blank_screen Test: adb logcat -b all | grep 'denied' Bug: 151363454
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)
|