0fa81a27a0
No denials showing up in collected audit logs. Bug: 28760354 Test: Device boots Test: No unexpected denials in denial collection logs. Change-Id: I5a0d4f3c51d296bfa04e71fc226a01dcf5b5b508
16 lines
423 B
Text
16 lines
423 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)
|
|
|
|
allow inputflinger inputflinger_service:service_manager { add find };
|
|
allow inputflinger input_device:dir r_dir_perms;
|
|
allow inputflinger input_device:chr_file rw_file_perms;
|
|
|
|
r_dir_file(inputflinger, cgroup)
|