Skip to content
Snippets Groups Projects
Commit 2133c2a1 authored by Tim Kilbourn's avatar Tim Kilbourn
Browse files

Update selinux for inputflinger

Allow CAP_BLOCK_SUSPEND
Allow reading /dev/input/*

Change-Id: I869a4921e024702300aa9ecba9cdf84ae2b6edac
parent 457f6b27
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,8 @@ 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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment