Skip to content
Snippets Groups Projects
Commit db4af52d authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

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

* commit 'a2e4e265':
  Allow shell to read/search /dev/input directory.
parents 224be2c2 a2e4e265
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ allow shell rootfs:dir r_dir_perms; ...@@ -29,6 +29,7 @@ allow shell rootfs:dir r_dir_perms;
allow shell devpts:chr_file rw_file_perms; allow shell devpts:chr_file rw_file_perms;
allow shell tty_device: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 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 input_device:chr_file rw_file_perms;
allow shell system_file:file x_file_perms; allow shell system_file:file x_file_perms;
allow shell shell_exec:file rx_file_perms; allow shell shell_exec:file rx_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment