Merge "hal_health: allow to write kernel logs."

This commit is contained in:
Treehugger Robot 2018-04-09 20:33:12 +00:00 committed by Gerrit Code Review
commit d4dd2f5710

View file

@ -25,3 +25,6 @@ r_dir_file(hal_health_server, sysfs_batteryinfo)
# 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;