1# inputflinger
2type inputflinger, domain;
3type inputflinger_exec, exec_type, file_type;
4
5init_daemon_domain(inputflinger)
6binder_use(inputflinger)
7binder_service(inputflinger)
8
9binder_call(inputflinger, system_server)
10
11allow inputflinger inputflinger_service:service_manager add;
12