msm8226-common : allow sec_touchkey in sepolicy

Change-Id: Id2eeb041f04bb6f3b0919f31d50c9c1279b2e318
This commit is contained in:
isbon 2020-01-04 19:21:00 +05:30 committed by Francescodario Cuzzocrea
parent 0b9054f915
commit 54973f5b87

View file

@ -1,3 +1,5 @@
allow hal_light_default sysfs:file { getattr write open read };
allow hal_light_default sysfs_sec_led:dir { getattr write open read search };
allow hal_light_default sysfs_sec_led:file { getattr write open read };
allow hal_light_default sysfs_sec_touchkey:dir { getattr write open read search };
allow hal_light_default sysfs_sec_touchkey:file { getattr write open read };