Skip to content
Snippets Groups Projects
  • Steven Moreland's avatar
    Add policy for 'blank_screen'. · 8bda3dfa
    Steven Moreland authored
    This util allows init to turn off the screen
    without any binder dependencies.
    
    Bug: 70846424
    Test: manual + init use
    Change-Id: I4f41a966d6398e959ea6baf36c2cfe6fcebc00de
    8bda3dfa
blank_screen.te 163 B
type blank_screen, domain, coredomain;
type blank_screen_exec, exec_type, file_type;

init_daemon_domain(blank_screen)

hal_client_domain(blank_screen, hal_light)