Alex Klyubin | f5446eb | 2017-03-23 14:27:32 -0700 | [diff] [blame] | 1 | typeattribute inputflinger coredomain; |
| 2 | |
Nick Kralevich | b56e6ef | 2016-12-09 20:14:31 -0800 | [diff] [blame] | 3 | init_daemon_domain(inputflinger) |
Inseob Kim | 75806ef | 2024-03-27 17:18:41 +0900 | [diff] [blame] | 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) |