2013-12-15 21:50:00 +01:00
|
|
|
# inputflinger
|
2016-11-26 02:37:30 +01:00
|
|
|
type inputflinger, domain;
|
2013-12-15 21:50:00 +01:00
|
|
|
type inputflinger_exec, exec_type, file_type;
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
2017-01-19 22:23:52 +01:00
|
|
|
add_service(inputflinger, inputflinger_service)
|
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;
|
2016-09-10 01:27:17 +02:00
|
|
|
|
|
|
|
r_dir_file(inputflinger, cgroup)
|