davinci: sepolicy: Allow power hal to write to input event

Change-Id: I003620c57059e0916c95ff9d025f4d668082b2c5
This commit is contained in:
Arian 2020-04-22 16:00:48 +02:00
parent 8abb2a34a1
commit 68573e21ac
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

2
sepolicy/vendor/hal_power_default.te vendored Normal file
View File

@ -0,0 +1,2 @@
allow hal_power_default input_device:dir r_dir_perms;
allow hal_power_default input_device:chr_file rw_file_perms;