Home | History | Annotate | Download | only in sepolicy
      1 # inputflinger
      2 type inputflinger, domain;
      3 type inputflinger_exec, exec_type, file_type;
      4 
      5 init_daemon_domain(inputflinger)
      6 binder_use(inputflinger)
      7 binder_service(inputflinger)
      8 
      9 binder_call(inputflinger, system_server)
     10 
     11 allow inputflinger inputflinger_service:service_manager add;
     12