Skip to content
Snippets Groups Projects
Select Git revision
  • 9dbd005ad29c9cda0e29cc80ebf40b88ec462210
  • test default
2 results

global_macros

Blame
  • inputflinger.te 257 B
    # inputflinger
    type inputflinger, domain;
    permissive_or_unconfined(inputflinger)
    type inputflinger_exec, exec_type, file_type;
    
    init_daemon_domain(inputflinger)
    binder_use(inputflinger)
    binder_service(inputflinger)
    
    binder_call(inputflinger, system_server)