blob: 02b965f3242b19047c749ddf83c8583eb8405e95 [file] [log] [blame]
Jeff Vander Stoep27ae5452016-10-25 12:42:39 -07001# vibrator subsystem
2type hal_vibrator, domain;
3type hal_vibrator_exec, exec_type, file_type;
4
5# hwbinder access
6hwbinder_use(hal_vibrator)
7
8# vibrator sysfs rw access
9allow hal_vibrator sysfs_vibrator:file rw_file_perms;