aboutsummaryrefslogtreecommitdiffstats
path: root/inputflinger.te
blob: 283bbbaf37e0140d8dbb9525380985259d187ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# inputflinger
type inputflinger, domain;
type inputflinger_exec, exec_type, file_type;

init_daemon_domain(inputflinger)
binder_use(inputflinger)
binder_service(inputflinger)

binder_call(inputflinger, system_server)

allow inputflinger inputflinger_service:service_manager add;