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

Change-Id: I245c2914f51f317758148123dc1368c326f562f1
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;