aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Vander Stoep <jeffv@google.com>2016-02-01 19:15:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-01 19:15:15 +0000
commit84fbd53a1b39dbec2703b56f92d6fe2612c4a4a4 (patch)
treee6faceca346b3a2c095b8c1bae8a9c0b954fed9c
parent3d8391e759fd3ffe70f10fc77e252fe71c902836 (diff)
parent9a28f90d6a36d3627ff525a6f3ac160039b27b5e (diff)
downloadsepolicy-84fbd53a1b39dbec2703b56f92d6fe2612c4a4a4.tar.gz
Merge "init: allow to access console-ramoops with newer kernels"
-rw-r--r--init.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.te b/init.te
index 7346d9a..1baeeee 100644
--- a/init.te
+++ b/init.te
@@ -266,6 +266,7 @@ allow init metadata_block_device:blk_file rw_file_perms;
# 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 };