Merge "Allow shell access on /dev/uhid node" am: 216b377d78
am: c1e8f82545

Change-Id: I2db7693bb8bb77e396602caa37286090791a4689
diff --git a/private/shell.te b/private/shell.te
index 9bc0bd1..afb1f49 100644
--- a/private/shell.te
+++ b/private/shell.te
@@ -1,5 +1,8 @@
 typeattribute shell coredomain;
 
+# allow shell input injection
+allow shell uhid_device:chr_file rw_file_perms;
+
 # systrace support - allow atrace to run
 allow shell debugfs_tracing:dir r_dir_perms;
 allow shell debugfs_tracing:file r_file_perms;