commit | 6b92e26aec41087e32335996d31e13f06ef14607 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Fri Mar 31 16:41:00 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 31 16:41:02 2017 +0000 |
tree | 0a13508ebdb65a070e47e8a978d0d28c4a9001bf | |
parent | a2e9664cef64db948396ed5035318fb96dfbaa6b [diff] | |
parent | bc4d36305dce85a8fd83aec87496e1010c11f56b [diff] |
Merge "Grant vdc access to kmsg"
diff --git a/public/vdc.te b/public/vdc.te index 67fb7a3..53d7bbe 100644 --- a/public/vdc.te +++ b/public/vdc.te
@@ -22,3 +22,6 @@ # 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;