diff --git a/non_plat/hal_vibrator.te b/non_plat/hal_vibrator.te index c88619d..7f13029 100644 --- a/non_plat/hal_vibrator.te +++ b/non_plat/hal_vibrator.te @@ -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:dir r_dir_perms; allow hal_vibrator sysfs_leds:lnk_file read; +allow hal_vibrator_default sysfs:file { open write read };