Skip to content
Snippets Groups Projects
Commit 84fbd53a authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Gerrit Code Review
Browse files

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

parents 3d8391e7 9a28f90d
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