Skip to content
Snippets Groups Projects
Select Git revision
  • 12dbd8f701dee14be3f702937a7293a30f04b3cf
  • test default
2 results

inputflinger.te

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)