inputflinger.te 422 Bytes
Newer Older
Nick Kralevich's avatar
Nick Kralevich committed
1 2 3 4 5 6 7
# inputflinger
type inputflinger, domain;
type inputflinger_exec, exec_type, file_type;

init_daemon_domain(inputflinger)
binder_use(inputflinger)
binder_service(inputflinger)
8 9

binder_call(inputflinger, system_server)
10

Tim Kilbourn's avatar
Tim Kilbourn committed
11 12
wakelock_use(inputflinger)

13
allow inputflinger inputflinger_service:service_manager { add find };
Tim Kilbourn's avatar
Tim Kilbourn committed
14 15
allow inputflinger input_device:dir r_dir_perms;
allow inputflinger input_device:chr_file rw_file_perms;