Allow hal_vibrator access to sysfs_vibrator files. am: 17d008ae73
am: 324e6ef541

Change-Id: I6ed15ce344d61eab4d81928b09020d7fb0fb757a
diff --git a/public/hal_vibrator.te b/public/hal_vibrator.te
index c8612d7..9ce34ca 100644
--- a/public/hal_vibrator.te
+++ b/public/hal_vibrator.te
@@ -6,3 +6,4 @@
 
 # vibrator sysfs rw access
 allow hal_vibrator sysfs_vibrator:file rw_file_perms;
+allow hal_vibrator sysfs_vibrator:dir search;