Merge "hal_health: allow to write kernel logs."
This commit is contained in:
commit
d4dd2f5710
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue