Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame^] | 1 | # inputflinger |
2 | type inputflinger, domain; | ||||
3 | type inputflinger_exec, system_file_type, 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 | allow inputflinger input_device:dir r_dir_perms; | ||||
13 | allow inputflinger input_device:chr_file rw_file_perms; | ||||
14 | |||||
15 | r_dir_file(inputflinger, cgroup) | ||||
16 | r_dir_file(inputflinger, cgroup_v2) |