Merge "[ALPS03946622] vibrator: Fix sepolicy issue" into alps-trunk-p0.basic

Change-Id: Ia01ee9cfb0f1a9ed5278b051f334a4ed43906c63
MTK-Commit-Id: 6cd85b8d0772affbfe5cc160052160a7e7088256
This commit is contained in:
Weiqi Fu (付玮祺) 2020-01-18 09:56:52 +08:00 committed by Gerrit Code Review
commit b08dc188b0

View File

@ -3,3 +3,4 @@ allow hal_vibrator sysfs_vibrator:dir r_dir_perms;
allow hal_vibrator sysfs_leds:file rw_file_perms; allow hal_vibrator sysfs_leds:file rw_file_perms;
allow hal_vibrator sysfs_leds:dir r_dir_perms; allow hal_vibrator sysfs_leds:dir r_dir_perms;
allow hal_vibrator sysfs_leds:lnk_file read; allow hal_vibrator sysfs_leds:lnk_file read;
allow hal_vibrator_default sysfs:file { open write read };