inputflinger.te 371 B

123456789101112131415
  1. # inputflinger
  2. type inputflinger, domain;
  3. type inputflinger_exec, system_file_type, exec_type, file_type;
  4. binder_use(inputflinger)
  5. binder_service(inputflinger)
  6. binder_call(inputflinger, system_server)
  7. wakelock_use(inputflinger)
  8. allow inputflinger input_device:dir r_dir_perms;
  9. allow inputflinger input_device:chr_file rw_file_perms;
  10. r_dir_file(inputflinger, cgroup)