Jeff Vander Stoep | 27ae545 | 2016-10-25 12:42:39 -0700 | [diff] [blame^] | 1 | # vibrator subsystem |
2 | type hal_vibrator, domain; | ||||
3 | type hal_vibrator_exec, exec_type, file_type; | ||||
4 | |||||
5 | # hwbinder access | ||||
6 | hwbinder_use(hal_vibrator) | ||||
7 | |||||
8 | # vibrator sysfs rw access | ||||
9 | allow hal_vibrator sysfs_vibrator:file rw_file_perms; |