Merge "Grant vdc access to kmsg" into oc-dev

This commit is contained in:
Tom Cherry 2017-04-03 21:58:44 +00:00 committed by Android (Google) Code Review
commit 0c31c85a28

View file

@ -22,3 +22,6 @@ allow vdc dumpstate:unix_dgram_socket { read write };
# vdc can be invoked with logwrapper, so let it write to pty
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;