commit | d4dd2f57106b468327d9ba1243510ccdffc9a09c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Apr 09 20:33:12 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 09 20:33:12 2018 +0000 |
tree | 501abbf8949fe347ad39b7e54e9b5c690e08912f | |
parent | 12e73685b75905fa5afa62cd1fb3631f9f2af818 [diff] | |
parent | 5ef48cf831f8a50f5056af17ec223bf5b58b4ffb [diff] |
Merge "hal_health: allow to write kernel logs."
diff --git a/public/hal_health.te b/public/hal_health.te index 068f23b..c0a0f80 100644 --- a/public/hal_health.te +++ b/public/hal_health.te
@@ -25,3 +25,6 @@ # Allow to wake up to send periodic events wakelock_use(hal_health_server) + +# Write to /dev/kmsg +allow hal_health_server kmsg_device:chr_file w_file_perms;