Dan Cashman | 8058248 | 2017-12-06 09:20:27 -0800 | [diff] [blame] | 1 | # inputflinger |
2 | type inputflinger, domain; | ||||
3 | type inputflinger_exec, exec_type, file_type; | ||||
4 | |||||
5 | binder_use(inputflinger) | ||||
6 | binder_service(inputflinger) | ||||
7 | |||||
8 | binder_call(inputflinger, system_server) | ||||
9 | |||||
10 | wakelock_use(inputflinger) | ||||
11 | |||||
12 | add_service(inputflinger, inputflinger_service) | ||||
13 | allow inputflinger input_device:dir r_dir_perms; | ||||
14 | allow inputflinger input_device:chr_file rw_file_perms; | ||||
15 | |||||
16 | r_dir_file(inputflinger, cgroup) |