diff --git a/vendor/hal_sensors_default.te b/vendor/hal_sensors_default.te
index 1bde858cd0d7bdb6e68925dbef65a76164fad266..172e6864a8cb14658b5958a15fadbc78c7fd8ba6 100644
--- a/vendor/hal_sensors_default.te
+++ b/vendor/hal_sensors_default.te
@@ -6,6 +6,9 @@ init_daemon_domain(hal_sensors_default)
 
 allow hal_sensors_default fwk_scheduler_hwservice:hwservice_manager find;
 
+allow hal_sensors_default input_device:dir r_dir_perms;
+allow hal_sensors_default input_device:chr_file r_file_perms;
+
 # Allow sensor hals to access and use gralloc memory allocated by
 # android.hardware.graphics.allocator
 allow hal_sensors_default hal_graphics_allocator_default:fd use;