afdfeeb506
Bug: n/a Test: n/a Change-Id: I11e6baaa45bcb01603fc06e8a16002727f4e5a00
16 lines
401 B
Text
16 lines
401 B
Text
# inputflinger
|
|
type inputflinger, domain;
|
|
type inputflinger_exec, exec_type, file_type;
|
|
|
|
binder_use(inputflinger)
|
|
binder_service(inputflinger)
|
|
|
|
binder_call(inputflinger, system_server)
|
|
|
|
wakelock_use(inputflinger)
|
|
|
|
add_service(inputflinger, inputflinger_service)
|
|
allow inputflinger input_device:dir r_dir_perms;
|
|
allow inputflinger input_device:chr_file rw_file_perms;
|
|
|
|
r_dir_file(inputflinger, cgroup)
|