diff --git a/shell.te b/shell.te
index 6df9c852a88a153d58c089796c5a1915f0470a7e..aa02ce5fcfb3dea516456aa08662757394a8c700 100644
--- a/shell.te
+++ b/shell.te
@@ -29,6 +29,7 @@ allow shell rootfs:dir r_dir_perms;
 allow shell devpts:chr_file rw_file_perms;
 allow shell tty_device:chr_file rw_file_perms;
 allow shell console_device:chr_file rw_file_perms;
+allow shell input_device:dir r_dir_perms;
 allow shell input_device:chr_file rw_file_perms;
 allow shell system_file:file x_file_perms;
 allow shell shell_exec:file rx_file_perms;