Merge "init: allow to access console-ramoops with newer kernels"
am: 84fbd53a1b

* commit '84fbd53a1b39dbec2703b56f92d6fe2612c4a4a4':
  init: allow to access console-ramoops with newer kernels
diff --git a/init.te b/init.te
index 7346d9a..1baeeee 100644
--- a/init.te
+++ b/init.te
@@ -266,6 +266,7 @@
 # by dm-verity detecting corrupted blocks
 allow init pstorefs:dir search;
 allow init pstorefs:file r_file_perms;
+allow init kernel:system syslog_read;
 
 # linux keyring configuration
 allow init init:key { write search setattr };