mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common : allow sec_touchkey in sepolicy
Change-Id: Id2eeb041f04bb6f3b0919f31d50c9c1279b2e318
This commit is contained in:
parent
0b9054f915
commit
54973f5b87
1 changed files with 2 additions and 0 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue