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

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

* commit 'db4af52d':
  Allow shell to read/search /dev/input directory.
parents d41e531c db4af52d
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.
Please to comment