Skip to content
Snippets Groups Projects
Commit c68c5019 authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by android-build-merger
Browse files

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

am: fa335306

* commit 'fa335306':
  init: allow to access console-ramoops with newer kernels
parents b8104a47 fa335306
No related branches found
No related tags found
No related merge requests found
...@@ -266,6 +266,7 @@ allow init metadata_block_device:blk_file rw_file_perms; ...@@ -266,6 +266,7 @@ allow init metadata_block_device:blk_file rw_file_perms;
# by dm-verity detecting corrupted blocks # by dm-verity detecting corrupted blocks
allow init pstorefs:dir search; allow init pstorefs:dir search;
allow init pstorefs:file r_file_perms; allow init pstorefs:file r_file_perms;
allow init kernel:system syslog_read;
# linux keyring configuration # linux keyring configuration
allow init init:key { write search setattr }; allow init init:key { write search setattr };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment