Merge "Update a comment to match the latest rules."
diff --git a/private/bug_map b/private/bug_map
index 60a7337..b9c5b8c 100644
--- a/private/bug_map
+++ b/private/bug_map
@@ -1,4 +1,5 @@
 cppreopts cppreopts capability 79414024
+crash_dump gpu_device chr_file 124468495
 dnsmasq netd fifo_file 77868789
 dnsmasq netd unix_stream_socket 77868789
 init app_data_file file 77873135
diff --git a/public/flags_heatlh_check.te b/public/flags_health_check.te
similarity index 100%
rename from public/flags_heatlh_check.te
rename to public/flags_health_check.te
diff --git a/public/update_engine_common.te b/public/update_engine_common.te
index 078a41b..b55f4bc 100644
--- a/public/update_engine_common.te
+++ b/public/update_engine_common.te
@@ -73,3 +73,6 @@
 
 # get physical block device to map logical partitions on device mapper
 allow update_engine_common block_device:dir r_dir_perms;
+
+# Allow update_engine_common to write to statsd socket.
+unix_socket_send(update_engine_common, statsdw, statsd)