am a2e4e265: Allow shell to read/search /dev/input directory.

* commit 'a2e4e2656bfdd0bb002123c0e1da893831a47b82':
  Allow shell to read/search /dev/input directory.
This commit is contained in:
Stephen Smalley 2014-06-12 15:03:57 +00:00 committed by Android Git Automerger
commit db4af52df9

View file

@ -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;