• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# inputflinger
2type inputflinger, domain;
3type inputflinger_exec, exec_type, file_type;
4
5init_daemon_domain(inputflinger)
6binder_use(inputflinger)
7binder_service(inputflinger)
8
9binder_call(inputflinger, system_server)
10
11wakelock_use(inputflinger)
12
13allow inputflinger inputflinger_service:service_manager { add find };
14allow inputflinger input_device:dir r_dir_perms;
15allow inputflinger input_device:chr_file rw_file_perms;
16