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