# ============================================== | |
# Common SEPolicy Rule | |
# ============================================== | |
# vibrator sysfs rw access | |
allow hal_vibrator sysfs_vibrator:dir r_dir_perms; | |
allow hal_vibrator sysfs_vibrator: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:lnk_file r_file_perms; |