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

This commit is contained in:
Jeffrey Vander Stoep 2016-02-01 19:15:15 +00:00 committed by Gerrit Code Review
commit 84fbd53a1b

View file

@ -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 };