Merge "hal_health: allow to write kernel logs." into pi-dev

This commit is contained in:
Yifan Hong 2018-04-06 21:03:34 +00:00 committed by Android (Google) Code Review
commit 9370b51a95

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;