Skip to content
Snippets Groups Projects
Commit 29cb3275 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "Grant vdc access to kmsg" am: 6b92e26a am: 58cb5787 am: bb51a941

am: 3ccbea52

Change-Id: Ib402849b6efff93fd763d7b2bddf470c79067c47
parents 2d899372 3ccbea52
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,6 @@ allow vdc dumpstate:unix_dgram_socket { read write }; ...@@ -22,3 +22,6 @@ allow vdc dumpstate:unix_dgram_socket { read write };
# vdc can be invoked with logwrapper, so let it write to pty # vdc can be invoked with logwrapper, so let it write to pty
allow vdc devpts:chr_file rw_file_perms; allow vdc devpts:chr_file rw_file_perms;
# vdc writes directly to kmsg during the boot process
allow vdc kmsg_device:chr_file w_file_perms;
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