am acea73d5: Merge "Drop shell from having access to dmesg"

* commit 'acea73d5dc42c4475f4f474343041765b558c5d4':
  Drop shell from having access to dmesg
diff --git a/shell.te b/shell.te
index 1f370d1..5b4d843 100644
--- a/shell.te
+++ b/shell.te
@@ -19,12 +19,6 @@
 r_dir_file(shell, apk_data_file)
 allow shell dalvikcache_data_file:file write;
 
-# Run dmesg.
-allow shell kernel:system syslog_read;
-
-# Run cat /proc/kmsg.
-allow shell kernel:system syslog_mod;
-
 # Run logcat.
 allow shell log_device:chr_file r_file_perms;