blob: 11a60a65e4c0e850e1ea7d5596346dda64384911 [file] [log] [blame]
Nick Kralevichcaa6a322013-12-15 12:50:00 -08001# inputflinger
2type inputflinger, domain;
3type inputflinger_exec, exec_type, file_type;
4
5init_daemon_domain(inputflinger)
6binder_use(inputflinger)
7binder_service(inputflinger)
Stephen Smalleye06e5362014-03-21 10:40:56 -04008
9binder_call(inputflinger, system_server)
Riley Spahnf90c41f2014-06-05 15:52:02 -070010
Tim Kilbourn2133c2a2015-03-24 15:31:47 -070011wakelock_use(inputflinger)
12
dcashmancd825572014-12-11 16:01:27 -080013allow inputflinger inputflinger_service:service_manager { add find };
Tim Kilbourn2133c2a2015-03-24 15:31:47 -070014allow inputflinger input_device:dir r_dir_perms;
15allow inputflinger input_device:chr_file rw_file_perms;