2013-12-15 21:50:00 +01:00
|
|
|
# inputflinger
|
|
|
|
type inputflinger, domain;
|
|
|
|
type inputflinger_exec, exec_type, file_type;
|
|
|
|
|
|
|
|
init_daemon_domain(inputflinger)
|
|
|
|
binder_use(inputflinger)
|
|
|
|
binder_service(inputflinger)
|
2014-03-21 15:40:56 +01:00
|
|
|
|
|
|
|
binder_call(inputflinger, system_server)
|
2014-06-06 00:52:02 +02:00
|
|
|
|
2015-03-24 23:31:47 +01:00
|
|
|
wakelock_use(inputflinger)
|
|
|
|
|
2014-12-12 01:01:27 +01:00
|
|
|
allow inputflinger inputflinger_service:service_manager { add find };
|
2015-03-24 23:31:47 +01:00
|
|
|
allow inputflinger input_device:dir r_dir_perms;
|
|
|
|
allow inputflinger input_device:chr_file rw_file_perms;
|