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