Skip to content
Snippets Groups Projects
Commit d88a0f40 authored by TheScarastic's avatar TheScarastic Committed by Dhina17
Browse files

onclite: sepolicy: Allow power hal to write in /dev/input/event2


* We are using /dev/input/event2 as DT2W node.
  So allow  power hal to write in that node.

Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 9f5e9b36
No related branches found
No related tags found
No related merge requests found
# Allow writing to files in /proc/touchpanel
allow hal_power_default proc_touchpanel:dir search;
allow hal_power_default proc_touchpanel:file rw_file_perms;
# Allow writing to files in /dev/input/event2
allow hal_power_default input_device:dir search;
allow hal_power_default 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