msm8953-common: Add homebutton perms and address denials

Signed-off-by: trpsl <trpsl755@gmail.com>
This commit is contained in:
Vachounet
2020-02-24 01:26:54 +01:00
committed by Jorge Lucas
parent 759f7b7910
commit 8aa8cdcd46
4 changed files with 11 additions and 0 deletions

View File

@@ -6,3 +6,5 @@ allow system_server vendor_keylayout_file:dir r_dir_perms;
allow system_server vendor_keylayout_file:file r_file_perms;
allow system_server vendor_idc_file:dir r_dir_perms;
allow system_server vendor_idc_file:file r_file_perms;
allow system_server sysfs_homebutton:file rw_file_perms;
allow system_server sysfs_homebutton:dir r_dir_perms;